From 6ee8af1f0f2181b938c7926b29d38f97ab841c35 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 22 Mar 2013 23:17:26 +0100 Subject: Make GSettings schemas translatable --- data/org.mate.font-rendering.gschema.xml.in.in | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/org.mate.font-rendering.gschema.xml.in.in (limited to 'data/org.mate.font-rendering.gschema.xml.in.in') diff --git a/data/org.mate.font-rendering.gschema.xml.in.in b/data/org.mate.font-rendering.gschema.xml.in.in new file mode 100644 index 0000000..2d9f84b --- /dev/null +++ b/data/org.mate.font-rendering.gschema.xml.in.in @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + 0.0 + <_summary>DPI + <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch. + + + 'grayscale' + <_summary>Antialiasing + <_description>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). + + + 'medium' + <_summary>Hinting + <_description>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). + + + 'rgb' + <_summary>RGBA order + <_description>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. + + + -- cgit v1.2.1