From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- data/org.mate.font-rendering.gschema.xml.in | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/org.mate.font-rendering.gschema.xml.in (limited to 'data/org.mate.font-rendering.gschema.xml.in') diff --git a/data/org.mate.font-rendering.gschema.xml.in b/data/org.mate.font-rendering.gschema.xml.in new file mode 100644 index 0000000..3c292a1 --- /dev/null +++ b/data/org.mate.font-rendering.gschema.xml.in @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + 0.0 + DPI + The resolution used for converting font sizes to pixel sizes, in dots per inch. + + + '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). + + + '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). + + + '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. + + + -- cgit v1.2.1