diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-01 22:58:54 +0200 |
commit | d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (patch) | |
tree | 016ada3eb78c3c6f438abab5635ba17474d47a2b /data/org.mate.font-rendering.gschema.xml.in | |
parent | 03478b4d1d9fdc5f2f2fdbf9c41d963dabc0d00b (diff) | |
download | mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.bz2 mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.xz |
migrate to gsettingsmate-settings-daemon-1.5.0
Diffstat (limited to 'data/org.mate.font-rendering.gschema.xml.in')
-rw-r--r-- | data/org.mate.font-rendering.gschema.xml.in | 24 |
1 files changed, 24 insertions, 0 deletions
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..bd96f32 --- /dev/null +++ b/data/org.mate.font-rendering.gschema.xml.in @@ -0,0 +1,24 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.font-rendering" path="/desktop/mate/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" type="s"> + <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" type="s"> + <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" type="s"> + <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> |