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.in | 41 -------------------------- 1 file changed, 41 deletions(-) delete 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 deleted file mode 100644 index 2d9f84b..0000000 --- a/data/org.mate.font-rendering.gschema.xml.in.in +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - 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