Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=459680 --- Comment #49 from Baif <[email protected]> 2009-01-30 09:03:43 EDT --- For KDE-LiveCD, the following .fonts.conf works! Caius, can you test it without the first part of "not_eq"? <match target="font" > <test name="family" compare="not_eq"> <string>AR PL UMing CN</string> <string>AR PL UMing HK</string> <string>AR PL UMing TW</string> <string>AR PL UMing TW MBE</string> </test> <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> <match target="font" > <test name="family"> <string>AR PL UMing CN</string> <string>AR PL UMing HK</string> <string>AR PL UMing TW</string> <string>AR PL UMing TW MBE</string> </test> <test compare="more_eq" name="size" qual="any" > <double>8</double> </test> <test compare="less_eq" name="size" qual="any" > <double>12</double> </test> <edit mode="assign" name="antialias" > <bool>false</bool> </edit> </match> <match target="font" > <test name="family"> <string>AR PL UMing CN</string> <string>AR PL UMing HK</string> <string>AR PL UMing TW</string> <string>AR PL UMing TW MBE</string> </test> <test compare="more_eq" name="pixelsize" qual="any" > <double>11</double> </test> <test compare="less_eq" name="pixelsize" qual="any" > <double>17</double> </test> <edit mode="assign" name="antialias" > <bool>false</bool> </edit> </match> </fontconfig> -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
