/schemas/desktop/mate/font_rendering/dpi /desktop/mate/font_rendering/dpi mate float DPI The resolution used for converting font sizes to pixel sizes, in dots per inch. /schemas/desktop/mate/font_rendering/antialiasing /desktop/mate/font_rendering/antialiasing mate string grayscale Antialiasing The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only). /schemas/desktop/mate/font_rendering/hinting /desktop/mate/font_rendering/hinting mate string medium Hinting The type of hinting to use when rendering fonts. Possible values are: "none" for no hinting, "slight" for basic, "medium" for moderate, and "full" for maximum hinting (may cause distortion of letter forms). /schemas/desktop/mate/font_rendering/rgba_order /desktop/mate/font_rendering/rgba_order mate string rgb RGBA order The order of subpixel elements on an LCD screen; only used when antialiasing is set to "rgba". Possible values are: "rgb" for red on left (most common), "bgr" for blue on left, "vrgb" for red on top, "vbgr" for red on bottom.