gnome-control-center/schemas/desktop_gnome_font_rendering.schemas.in
Jens Granseuer a0690623e1 remove the dpi default value since g-s-d and the capplet ignore it anyway
2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* schemas/desktop_gnome_font_rendering.schemas.in: remove the dpi
	default value since g-s-d and the capplet ignore it anyway but gconf-editor
	doesn't know that (related to bug #378338)

svn path=/trunk/; revision=7554
2007-05-04 21:48:01 +00:00

68 lines
2.4 KiB
XML

<?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>
<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>