diff options
author | Perberos <[email protected]> | 2011-12-01 23:53:21 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:53:21 -0300 |
commit | 505cabbd3036081f26586cabc64c26e7769c0ec9 (patch) | |
tree | 09e0498bf572128f5c9ab551531cb28d6d75e992 /data/desktop_mate_font_rendering.schemas.in | |
download | mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.bz2 mate-settings-daemon-505cabbd3036081f26586cabc64c26e7769c0ec9.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'data/desktop_mate_font_rendering.schemas.in')
-rw-r--r-- | data/desktop_mate_font_rendering.schemas.in | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/data/desktop_mate_font_rendering.schemas.in b/data/desktop_mate_font_rendering.schemas.in new file mode 100644 index 0000000..6cf44cd --- /dev/null +++ b/data/desktop_mate_font_rendering.schemas.in @@ -0,0 +1,68 @@ +<?xml version="1.0"?> +<mateconfschemafile> + <schemalist> + <schema> + <key>/schemas/desktop/mate/font_rendering/dpi</key> + <applyto>/desktop/mate/font_rendering/dpi</applyto> + <owner>mate</owner> + <type>float</type> + <locale name="C"> + <short>DPI</short> + <long> + The resolution used for converting font sizes to pixel sizes, + in dots per inch. + </long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/font_rendering/antialiasing</key> + <applyto>/desktop/mate/font_rendering/antialiasing</applyto> + <owner>mate</owner> + <type>string</type> + <default>grayscale</default> + <locale name="C"> + <short>Antialiasing</short> + <long> + 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). + </long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/font_rendering/hinting</key> + <applyto>/desktop/mate/font_rendering/hinting</applyto> + <owner>mate</owner> + <type>string</type> + <default>medium</default> + <locale name="C"> + <short>Hinting</short> + <long> + 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). + </long> + </locale> + </schema> + <schema> + <key>/schemas/desktop/mate/font_rendering/rgba_order</key> + <applyto>/desktop/mate/font_rendering/rgba_order</applyto> + <owner>mate</owner> + <type>string</type> + <default>rgb</default> + <locale name="C"> + <short>RGBA order</short> + <long> + 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. + </long> + </locale> + </schema> + </schemalist> +</mateconfschemafile> |