From b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:51:51 +0200 Subject: Adding upstream version 43.0. Signed-off-by: Daniel Baumann --- ...ettings-daemon.plugins.xsettings.gschema.xml.in | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in (limited to 'data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in') diff --git a/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in new file mode 100644 index 0000000..45382f7 --- /dev/null +++ b/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in @@ -0,0 +1,37 @@ + + + + + [] + List of explicitly disabled GTK+ modules + A list of strings representing the GTK+ modules that will not be loaded, even if enabled by default in their configuration. + + + [] + List of explicitly enabled GTK+ modules + A list of strings representing the GTK+ modules that will be loaded, usually in addition to conditional and forcibly disabled ones. + + + {} + A dictionary of XSETTINGS to override + 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). + + + + + 'grayscale' + Antialiasing + 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). + + + 'slight' + Hinting + 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. + + + 'rgb' + RGBA order + 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. + + + -- cgit v1.2.3