/schemas/desktop/gnome/font_rendering/dpi /desktop/gnome/font_rendering/dpi gnome float DPI Resolution used for converting font sizes to pixel sizes, in dots per inch /schemas/desktop/gnome/font_rendering/antialiasing /desktop/gnome/font_rendering/antialiasing gnome string grayscale Antialiasing The type of antialiasing to use when rendering fonts. Possible values are: "none" - no antialiasing. "grayscale" - standard grayscale antialiasing. "rgba" - subpixel antialiasing. (LCD screens only). /schemas/desktop/gnome/font_rendering/hinting /desktop/gnome/font_rendering/hinting gnome string medium Hinting The type of hinting to use when rendering fonts. Possible values are: "none" - no hinting, "slight", "medium", and "full" - as much hinting as possible; may cause distortion of letter forms. /schemas/desktop/gnome/font_rendering/rgba_order /desktop/gnome/font_rendering/rgba_order gnome 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" - red on left, most common. "bgr" - blue on left. "vrgb" - red on top. "vbgr" - red on bottom.