summaryrefslogtreecommitdiff
path: root/data/org.mate.font-rendering.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-22 23:17:26 +0100
committerStefano Karapetsas <[email protected]>2013-03-22 23:17:26 +0100
commit6ee8af1f0f2181b938c7926b29d38f97ab841c35 (patch)
tree0c088caa0a0b4c22ad60d080b4042a54a909d1ec /data/org.mate.font-rendering.gschema.xml.in
parent9384398bdd679647ca362a72f20c63e5d056f309 (diff)
downloadmate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.bz2
mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.xz
Make GSettings schemas translatable
Diffstat (limited to 'data/org.mate.font-rendering.gschema.xml.in')
-rw-r--r--data/org.mate.font-rendering.gschema.xml.in41
1 files changed, 0 insertions, 41 deletions
diff --git a/data/org.mate.font-rendering.gschema.xml.in b/data/org.mate.font-rendering.gschema.xml.in
deleted file mode 100644
index 2d9f84b..0000000
--- a/data/org.mate.font-rendering.gschema.xml.in
+++ /dev/null
@@ -1,41 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <enum id="org.mate.font-rendering.Antialiasing">
- <value nick="none" value="0"/>
- <value nick="grayscale" value="1"/>
- <value nick="rgba" value="2"/>
- </enum>
- <enum id="org.mate.font-rendering.Hinting">
- <value nick="none" value="0"/>
- <value nick="slight" value="1"/>
- <value nick="medium" value="2"/>
- <value nick="full" value="3"/>
- </enum>
- <enum id="org.mate.font-rendering.RgbaOrder">
- <value nick="rgb" value="0"/>
- <value nick="bgr" value="1"/>
- <value nick="vrgb" value="2"/>
- <value nick="vbgr" value="3"/>
- </enum>
- <schema id="org.mate.font-rendering" path="/org/mate/desktop/font-rendering/">
- <key name="dpi" type="d">
- <default>0.0</default>
- <_summary>DPI</_summary>
- <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch.</_description>
- </key>
- <key name="antialiasing" enum="org.mate.font-rendering.Antialiasing">
- <default>'grayscale'</default>
- <_summary>Antialiasing</_summary>
- <_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).</_description>
- </key>
- <key name="hinting" enum="org.mate.font-rendering.Hinting">
- <default>'medium'</default>
- <_summary>Hinting</_summary>
- <_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).</_description>
- </key>
- <key name="rgba-order" enum="org.mate.font-rendering.RgbaOrder">
- <default>'rgb'</default>
- <_summary>RGBA order</_summary>
- <_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.</_description>
- </key>
- </schema>
-</schemalist>