Portál AbcLinuxu, 15. července 2025 03:27
<!-- antialiasing pouze pro vetsi pismo --> <match target="font"> <test name="pixelsize" compare="less"> <double>16</double> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> <!-- sub-pixel rendering (pouze pro LCD monitory) --> <match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> <!-- autohinting hinting --> <match target="font"> <edit name="autohint" mode="assign"> <bool>false</bool> </edit> </match> <!-- hinting --> <match target="font"> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> </match>
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.