Blame data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in

Packit Service 999d52
Packit Service 999d52
<schemalist>
Packit Service 999d52
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.xsettings" path="/org/gnome/settings-daemon/plugins/xsettings/">
Packit Service 999d52
    <key name="antialiasing" enum="org.gnome.settings-daemon.GsdFontAntialiasingMode">
Packit Service 999d52
      <default>'grayscale'</default>
Packit Service 999d52
      <summary>Antialiasing</summary>
Packit Service 999d52
      <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>
Packit Service 999d52
    </key>
Packit Service 999d52
    <key name="hinting" enum="org.gnome.settings-daemon.GsdFontHinting">
Packit Service 999d52
      <default>'slight'</default>
Packit Service 999d52
      <summary>Hinting</summary>
Packit Service 999d52
      <description>The type of hinting to use when rendering fonts. Possible values are: “none” for no hinting and “slight” for fitting only to the Y-axis like Microsoft’s ClearType, DirectWrite and Adobe’s proprietary font rendering engine. Ignores native hinting within the font, generates hints algorithmically. Used on Ubuntu by default. Recommended. The meaning of “medium” and “full” depends on the font format (.ttf, .otf, .pfa/.pfb) and the installed version of FreeType. They usually try to fit glyphs to both the X and the Y axis (except for .otf: Y-only). This can lead to distortion and/or inconsistent rendering depending on the quality of the font, the font format and the state of FreeType’s font engines.</description>
Packit Service 999d52
    </key>
Packit Service 999d52
    <key name="rgba-order" enum="org.gnome.settings-daemon.GsdFontRgbaOrder">
Packit Service 999d52
      <default>'rgb'</default>
Packit Service 999d52
      <summary>RGBA order</summary>
Packit Service 999d52
      <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>
Packit Service 999d52
    </key>
Packit Service 999d52
    <key name="disabled-gtk-modules" type="as">
Packit Service 999d52
      <default>[]</default>
Packit Service 999d52
      <summary>List of explicitly disabled GTK+ modules</summary>
Packit Service 999d52
      <description>A list of strings representing the GTK+ modules that will not be loaded, even if enabled by default in their configuration.</description>
Packit Service 999d52
    </key>
Packit Service 999d52
    <key name="enabled-gtk-modules" type="as">
Packit Service 999d52
      <default>[]</default>
Packit Service 999d52
      <summary>List of explicitly enabled GTK+ modules</summary>
Packit Service 999d52
      <description>A list of strings representing the GTK+ modules that will be loaded, usually in addition to conditional and forcibly disabled ones.</description>
Packit Service 999d52
    </key>
Packit Service 999d52
    <key type="a{sv}" name="overrides">
Packit Service 999d52
      <default>{}</default>
Packit Service 999d52
      <summary>A dictionary of XSETTINGS to override</summary>
Packit Service 999d52
      <description>This dictionary maps XSETTINGS names to overrides values. The values must be either strings, signed int32s or (in the case of colors), 4-tuples of uint16 (red, green, blue, alpha; 65535 is fully opaque).</description>
Packit Service 999d52
    </key>
Packit Service 999d52
  </schema>
Packit Service 999d52
</schemalist>