summaryrefslogtreecommitdiff
path: root/schemas/desktop_gnome_font_rendering.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/desktop_gnome_font_rendering.schemas.in')
-rw-r--r--schemas/desktop_gnome_font_rendering.schemas.in69
1 files changed, 0 insertions, 69 deletions
diff --git a/schemas/desktop_gnome_font_rendering.schemas.in b/schemas/desktop_gnome_font_rendering.schemas.in
deleted file mode 100644
index 4b205c63b..000000000
--- a/schemas/desktop_gnome_font_rendering.schemas.in
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/dpi</key>
- <applyto>/desktop/gnome/font_rendering/dpi</applyto>
- <owner>gnome</owner>
- <type>float</type>
- <default>96</default>
- <locale name="C">
- <short>DPI</short>
- <long>
- Resolution used for converting font sizes to pixel sizes,
- in dots per inch
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/antialiasing</key>
- <applyto>/desktop/gnome/font_rendering/antialiasing</applyto>
- <owner>gnome</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" - no antialiasing.
- "grayscale" - standard grayscale antialiasing.
- "rgba" - subpixel antialiasing. (LCD screens only).
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/hinting</key>
- <applyto>/desktop/gnome/font_rendering/hinting</applyto>
- <owner>gnome</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" - no hinting,
- "slight", "medium", and
- "full" - as much hinting as possible; may cause
- distortion of letter forms.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/rgba_order</key>
- <applyto>/desktop/gnome/font_rendering/rgba_order</applyto>
- <owner>gnome</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" - red on left, most common.
- "bgr" - blue on left. "vrgb" - red on top. "vbgr" -
- red on bottom.
- </long>
- </locale>
- </schema>
- </schemalist>
-</gconfschemafile>