/usr/share/glib-2.0/schemas/org.gnome.FontManager.gschema.xml is in font-manager 0.7.3-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 | <?xml version="1.0" encoding="UTF-8"?>
<!--
/* Copyright (C) 2009 - 2016 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.txt>.
*
* Author:
* Jerry Casiano <JerryCasiano@gmail.com>
*/
-->
<schemalist>
<enum id="org.gnome.FontManager.Mode">
<value nick="Manage" value="0" />
<value nick="Browse" value="1" />
<value nick="Compare" value="2" />
</enum>
<enum id="org.gnome.FontManager.SideBarMode">
<value nick="Category" value="0" />
<value nick="Collection" value="1" />
</enum>
<enum id="org.gnome.FontManager.CharacterMap.Mode">
<value nick="Script" value="0" />
<value nick="Block" value="1" />
</enum>
<schema id="org.gnome.FontManager" path="/org/gnome/font-manager/">
<key name="mode" enum="org.gnome.FontManager.Mode">
<default>"Manage"</default>
<summary>Mode</summary>
<description>Possible modes are Manage, Browse and Compare.</description>
</key>
<key name="wide-layout" type="b">
<default>true</default>
<summary>Layout type</summary>
<description>false for default layout, true for 3 column layout</description>
</key>
<key name="wide-layout-on-maximize" type="b">
<default>true</default>
<summary>Layout type</summary>
<description>Switch to wide layout when window is maximized</description>
</key>
<key name="use-csd" type="b">
<default>true</default>
<summary>Use CSD</summary>
<description>false to disable Client Side Decorations</description>
</key>
<key name="window-position" type="(ii)">
<summary>Window position</summary>
<description>On screen position of the main window. (x, y)</description>
<default>(-1, -1)</default>
</key>
<key name="window-size" type="(ii)">
<summary>Window size</summary>
<description>Width and height of the main window.</description>
<default>(700, 480)</default>
</key>
<key name="sidebar-size" type="i">
<summary>Sidebar size</summary>
<description>Size of the sidebar in pixels.</description>
<default>200</default>
</key>
<key name="sidebar-mode" enum="org.gnome.FontManager.SideBarMode">
<summary>Sidebar Mode</summary>
<description>Possible modes are Category and Collection.</description>
<default>"Category"</default>
</key>
<key name="content-pane-position" type="i">
<summary>Content area size</summary>
<description>Position of the content pane.</description>
<default>150</default>
</key>
<key name="last-vertical-content-pane-position" type="i">
<summary>Content area size</summary>
<description>Position of the content pane.</description>
<default>150</default>
</key>
<key name="last-horizontal-content-pane-position" type="i">
<summary>Content area size</summary>
<description>Position of the content pane.</description>
<default>150</default>
</key>
<key name="preview-font-size" type="d">
<range min="6.0" max="96.0"/>
<summary>Preview font size</summary>
<description>Size point to use in the preview area.</description>
<default>10.0</default>
</key>
<key name="preview-mode" type="s">
<summary>Preview Mode</summary>
<description>Possible modes are Preview, Waterfall and Body Text.</description>
<default>"Waterfall"</default>
</key>
<key name="preview-page" type="i">
<summary>Selected preview page</summary>
<description>Last selected preview page</description>
<default>0</default>
</key>
<key name="preview-text" type="s">
<summary>Preview text</summary>
<description>Last preview text used</description>
<default>"DEFAULT"</default>
</key>
<key name="browse-font-size" type="d">
<range min="6.0" max="96.0"/>
<summary>Browser font size</summary>
<description>Size point to use in Browse mode.</description>
<default>12.0</default>
</key>
<key name="compare-font-size" type="d">
<range min="6.0" max="96.0"/>
<summary>Compare font size</summary>
<description>Size point to use in Compare mode.</description>
<default>12.0</default>
</key>
<key name="compare-foreground-color" type="s">
<summary>Compare mode foreground color</summary>
<description>Color to use for foreground (text color) in RGB format.</description>
<default>"rgb(0,0,0)"</default>
</key>
<key name="compare-background-color" type="s">
<summary>Compare mode background color</summary>
<description>Color to use for background in RGB format</description>
<default>"rgb(255,255,255)"</default>
</key>
<key name="compare-list" type="as">
<summary>Compare list</summary>
<description>Array of string containing font descriptions to compare.</description>
<default>[]</default>
</key>
<key name="charmap-font-size" type="d">
<range min="6.0" max="96.0"/>
<summary>Character Map font size</summary>
<description>Size point to use in Character Map Mode.</description>
<default>14.0</default>
</key>
<key name="charmap-mode" enum="org.gnome.FontManager.CharacterMap.Mode">
<summary>Character Map Mode</summary>
<description>Possible modes are Script and Block</description>
<default>"Script"</default>
</key>
<key name="selected-script" type="s">
<summary>Selected Script</summary>
<description>Last selected script in Character Map mode</description>
<default>"56"</default>
</key>
<key name="selected-block" type="s">
<summary>Selected Unicode Block</summary>
<description>Last selected unicode block in Character Map mode</description>
<default>"1"</default>
</key>
<key name="selected-category" type="s">
<summary>Selected Category</summary>
<description>Last selected category</description>
<default>"0"</default>
</key>
<key name="selected-collection" type="s">
<summary>Selected Collection</summary>
<description>Last selected collection</description>
<default>"0"</default>
</key>
<key name="selected-font" type="s">
<summary>Selected Font</summary>
<description>Last selected Font</description>
<default>"0"</default>
</key>
</schema>
</schemalist>
|