My font rendering in some webpages are wierd. Can't understand why?

Uploaded with ImageShack.us

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- Choose an OS Rendering Style. This will determine B/W, grayscale,
or subpixel antialising and slight, full or no hinting and replacements (if set in next option) -->
<!-- Style should also be set in the infinality-settings.sh file, ususally in /etc/profile.d/ -->
<!-- Choose one of these options:
Infinality - subpixel AA, minimal replacements/tweaks, sans=Arial
Windows 7 - subpixel AA, sans=Arial
Windows XP - subpixel AA, sans=Arial
Windows 98 - B/W full hinting on TT fonts, grayscale AA for others, sans=Arial
OSX - Slight hinting, subpixel AA, sans=Helvetica Neue
OSX2 - No hinting, subpixel AA, sans=Helvetica Neue
Linux - subpixel AA, sans=DejaVu Sans
=== Recommended Setup ===
Run ./infctl.sh script located in the current directory to set the style.
# ./infctl.sh setstyle
=== Manual Setup ===
See the infinality/styles.conf.avail/ directory for all options. To enable
a different style, remove the symlink "conf.d" and link to another style:
# rm conf.d
# ln -s styles.conf.avail/win7 conf.d
-->
<!-- Uncomment this to reject all bitmap fonts -->
<!-- Make sure to run this as root if having problems: fc-cache -f -->
<!--
<selectfont>
<rejectfont>
<pattern>
<patelt name="scalable" >
<bool>false</bool>
</patelt>
</pattern>
</rejectfont>
</selectfont>
-->
<!-- Ban Type-1 fonts because they render poorly -->
<!-- Comment this out to allow all Type 1 fonts -->
<selectfont>
<rejectfont>
<pattern>
<patelt name="fontformat" >
<string>Type 1</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>
<!-- Globally use embedded bitmaps in fonts like Calibri? -->
<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- Substitute truetype fonts in place of bitmap ones? -->
<match target="pattern" >
<edit name="prefer_outline" mode="assign">
<bool>true</bool>
</edit>
</match>
<!-- Make (some) monospace/coding TTF fonts render as bitmaps? -->
<!-- courier new, andale mono, monaco, etc. -->
<match target="pattern" >
<edit name="bitmap_monospace" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- Force autohint always -->
<!-- Useful for debugging and for free software purists -->
<match target="font">
<edit name="force_autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- Set DPI. dpi should be set in ~/.Xresources to 96 -->
<!-- Setting to 72 here makes the px to pt conversions work better (Chrome) -->
<!-- Some may need to set this to 96 though -->
<match target="pattern">
<edit name="dpi" mode="assign">
<double>72</double>
</edit>
</match>
<!-- Use Qt subpixel positioning on autohinted fonts? -->
<!-- This only applies to Qt and autohinted fonts. Qt determines subpixel positioning based on hintslight vs. hintfull, -->
<!-- however infinality patches force slight hinting inside freetype, so this essentially just fakes out Qt. -->
<!-- Should only be set to true if you are not doing any stem alignment or fitting in environment variables -->
<match target="pattern" >
<edit name="qt_use_subpixel_positioning" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- Run infctl.sh or change the symlink in current directory instead of modifying this -->
<include>infinality/conf.d</include>
</fontconfig>hadrons123 wrote:Nope. Changing styles didn't make any difference. But this font rendering changed after the recent fontconfig update.
hadrons123 wrote:I believe it is fontconfig-infinality 1-20120615. I am not sure. It could be freetype2-infinality 2.4.10-1 too. I 'm not a programmer.
I will be happy to give more details.
Users browsing this forum: Google [Bot] and 2 guests