Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.2:PowerPC
fontconfig
16-suse-hintstyle.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 16-suse-hintstyle.conf of Package fontconfig
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Default setup of hintstyle --> <!-- bug#722427 general advice: use hintfull for BCI, hintlight for autohinter exceptions will follow --> <match target="font"> <test name="autohint"> <bool>false</bool> </test> <edit name="hintstyle"> <const>hintfull</const> </edit> </match> <match target="font"> <test name="autohint"> <bool>true</bool> </test> <edit name="hintstyle"> <const>hintslight</const> </edit> </match> <!-- exceptions: --> <!-- Following fonts seems to be nicer (thicker) with hintslight instead of hintfull: Liberation Sans DejaVu Sans Droid Sans Liberation Serif DejaVu Serif Droid Serif Following are better to render with hintfull, because they are too blurred with hintslight: Liberation Mono DejaVu Sans Mono Droid Sans Mono --> <match target="font"> <test name="family"> <string>Liberation Sans</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <test name="family"> <string>DejaVu Sans</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <test name="family"> <string>Droid Sans</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <test name="family"> <string>Liberation Serif</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <test name="family"> <string>DejaVu Serif</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <test name="family"> <string>Droid Serif</string> </test> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <!-- Cantarell: according to coauthor, cantarell doesn't have any byte code, so following should give the best results on most monitors --> <match target="font"> <test name="family"> <string>Cantarell</string> </test> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintfull</const> </edit> </match> <!-- IPA* fonts: setting hintstyle=hintnone for now, IPA font setting should be improved in the future [bnc#766319] We are using fullname element instead of family, because some programs may use Japanese name instead, which would double this list, when using family element. See comment 47 and 48 of referred bug. --> <match target="font"> <test name="fullname"> <string>IPAexGothic</string> <string>IPAexMincho</string> <string>IPAGothic BoldItalic</string> <string>IPAGothic Bold</string> <string>IPAGothic Italic</string> <string>IPAGothic</string> <string>IPAMincho</string> <string>IPAPGothic BoldItalic</string> <string>IPAPGothic Bold</string> <string>IPAPGothic Italic</string> <string>IPAPGothic</string> <string>IPAPMincho</string> <string>IPAUIGothic</string> </test> <edit name="hintstyle"> <const>hintnone</const> </edit> </match> </fontconfig>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor