: 0 | Hi All! - : | Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not work as expected |
? ? ! |
|
|
: 0 | | colonel: | OldDed, - ? ? $ pluma /etc/fonts/conf.d/53-monospace-lcd-filter.conf |
. : <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- conf.d/monospace-lcd-filter.conf --> <fontconfig> <!-- Use legacy LCD filter on smaller Monospace fonts --> <match target="font"> <test name="family"> <string>DejaVu Sans Mono</string> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less_eq"> <double>12.0</double> </test> <edit name="lcd_filter" mode="assign"> <const>lcdlegacy</const> </edit> <edit name="hintstyle" mode="assign"> <const>hintfull</const> </edit> </match> </fontconfig> |
|
: 0 | | colonel: | /etc/fonts/conf.avail 53-monospace-lcd-filter.conf, . /etc/fonts/conf.avail/53-monospace-lcd-filter.conf - <string>Bitstream Vera Sans Mono</string> |
! . ! |
: 0 | , . . . , . ... ? ? ! |
: 0 | |