如何在 fonts.conf 中将平滑设置为灰度?

dai*_*ib8 6 10.04 fonts

gnome-appearance-properties中,可以在字体平滑类别中选择无、灰度和子像素。在fonts.conf中可以有例如<match target="font" > <edit mode="assign" name="rgba" > <const>unknown</const> </edit> </match>. Unknown 的值可以是:unknown、rgb、bgr、vrgb、vbgr、none。哪个对应灰度?

Ada*_*tek 6

none表示灰度(不使用颜色进行子像素渲染)。