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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
/* Copyright (C) 2009-2025 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>.
*/
-->
<schemalist>
<enum id="com.github.FontManager.FontManager.Mode">
<value nick="manage" value="0" />
<value nick="browse" value="1" />
<value nick="compare" value="2" />
<value nick="google-fonts" value="3" />
</enum>
<enum id="org.gnome.FontManager.BrowseMode">
<value nick="grid" value="0" />
<value nick="list" value="1" />
</enum>
<enum id="com.github.FontManager.FontManager.SortType">
<value nick="name" value="0" />
<value nick="size" value="1" />
<value nick="none" value="2" />
</enum>
<enum id="com.github.FontManager.FontManager.PreviewPageMode">
<value nick="preview" value="0" />
<value nick="waterfall" value="1" />
<value nick="lorem-ipsum" value="2" />
</enum>
<enum id="com.github.FontManager.FontManager.PreviewTileSize">
<value nick="small" value="96" />
<value nick="medium" value="128" />
<value nick="large" value="144" />
<value nick="xlarge" value="192" />
<value nick="xxlarge" value="256" />
</enum>
<enum id="com.github.FontManager.FontManager.HeaderBarButtonStyle">
<value nick="Normal" value="0" />
<value nick="Flat" value="1" />
</enum>
<enum id="com.github.FontManager.FontManager.Waterfall.PredefinedSize">
<value nick="48 Points Linear" value="0" />
<value nick="72 Points 1.1 Ratio" value="1" />
<value nick="96 Points Linear" value="2" />
<value nick="96 Points 1.1 Ratio" value="3" />
<value nick="120 Points 1.2 Ratio" value="4" />
<value nick="144 Points 1.3 Ratio" value="5" />
<value nick="192 Points 1.4 Ratio" value="6" />
<value nick="Custom" value="7" />
</enum>
<schema id="com.github.FontManager.FontManager" path="/com/github/FontManager/FontManager/">
<key name="mode" enum="com.github.FontManager.FontManager.Mode">
<default>"browse"</default>
<summary>Mode</summary>
<description>Possible modes are Manage, Browse and Compare.</description>
</key>
<key name="sort-type" enum="com.github.FontManager.FontManager.SortType">
<default>"none"</default>
<summary>Sort Type</summary>
<description>Default sort type. Only applied to collections at this time.</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="enable-animations" type="b">
<default>true</default>
<summary>Enable Animations</summary>
<description>false to disable GTK+ animations</description>
</key>
<key name="prefer-dark-theme" type="b">
<default>false</default>
<summary>Use dark theme variant if available</summary>
<description>Whether the application prefers to use a dark theme</description>
</key>
<key name="headerbar-button-style" enum="com.github.FontManager.FontManager.HeaderBarButtonStyle">
<default>"Normal"</default>
<summary>HeaderBar button style</summary>
<description>Possible modes are Normal and Flat.</description>
</key>
<key name="use-adwaita-stylesheet" type="b">
<default>false</default>
<summary>Whether to use the Adwaita stylesheet when available</summary>
<description>true to use the Adwaita stylesheet</description>
</key>
<key name="window-size" type="(ii)">
<summary>Window size</summary>
<description>Width and height of the main window.</description>
<default>(950, 700)</default>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Window state</summary>
<description>Whether window is maximized</description>
</key>
<key name="browse-pane-position" type="d">
<summary>Browse pane position</summary>
<description>Size of the browse grid as a percentage of window size.</description>
<default>55.0</default>
</key>
<key name="browse-preview-visible" type="b">
<default>false</default>
<summary>Browse preview visibility</summary>
<description>Whether the preview pane is visible in browse mode or not</description>
</key>
<key name="browse-preview-tile-size" enum="com.github.FontManager.FontManager.PreviewTileSize">
<default>"large"</default>
<summary>Browse mode preview tile size</summary>
<description>Possible modes are small, medium, large, xlarge and xxlarge.</description>
</key>
<key name="sidebar-size" type="d">
<summary>Sidebar size</summary>
<description>Size of the sidebar as a percentage of window size.</description>
<default>33.0</default>
</key>
<key name="content-size" type="d">
<summary>Content area size</summary>
<description>Size of the content pane as a percentage of window size.</description>
<default>40.0</default>
</key>
<key name="hor-sidebar-size" type="d">
<summary>Sidebar size</summary>
<description>Size of the sidebar as a percentage of window size.</description>
<default>20.0</default>
</key>
<key name="hor-content-size" type="d">
<summary>Content area size</summary>
<description>Size of the content pane as a percentage of window size.</description>
<default>36.0</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" enum="com.github.FontManager.FontManager.PreviewPageMode">
<summary>Preview Mode</summary>
<description>Possible modes are Preview, Waterfall and Lorem Ipsum.</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>" The quick brown fox jumps over the lazy dog.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890.:,;(*!?')
"</default>
</key>
<key name="browse-mode" enum="org.gnome.FontManager.BrowseMode">
<summary>Browse Mode</summary>
<description>Possible modes are List and Grid.</description>
<default>"grid"</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>24.0</default>
</key>
<key name="browse-preview-text" type="s">
<summary>Preview text</summary>
<description>Last preview text used in Browse mode</description>
<default>""</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="preview-foreground-color" type="s">
<summary>Font preview foreground color</summary>
<description>Color to use for foreground (text color) in RGB format.</description>
<default>"rgb(0,0,0)"</default>
</key>
<key name="preview-background-color" type="s">
<summary>Font preview 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="compare-preview-text" type="s">
<summary>Preview text</summary>
<description>Last preview text used in Compare mode</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>16.0</default>
</key>
<key name="waterfall-line-spacing" type="i">
<summary>Waterfall preview line spacing</summary>
<description>Waterfall preview line spacing</description>
<default>0</default>
</key>
<key name="min-waterfall-size" type="d">
<range min="6.0" max="48.0"/>
<summary>Minimum waterfall preview size</summary>
<description>Minimum size point to render in Waterfall mode.</description>
<default>8.0</default>
</key>
<key name="max-waterfall-size" type="d">
<range min="6.0" max="192.0"/>
<summary>Maximum waterfall preview size</summary>
<description>Maximum size point to render in Waterfall mode.</description>
<default>48.0</default>
</key>
<key name="waterfall-size-ratio" type="d">
<range min="1.0" max="24.0"/>
<summary>Waterfall point size common ratio</summary>
<description>Waterfall point size common ratio.</description>
<default>1.0</default>
</key>
<key name="predefined-waterfall-size" enum="com.github.FontManager.FontManager.Waterfall.PredefinedSize">
<summary>Waterfall Preview Predefined Size Setting</summary>
<description>Waterfall Preview Predefined Size Setting</description>
<default>"48 Points Linear"</default>
</key>
<!-- Default to false since enabling this causes RTL languages to be detected as LTR -->
<key name="waterfall-show-line-size" type="b">
<default>false</default>
<summary>Whether to display line size in Waterfall preview</summary>
<description>true to show line sizes in Waterfall preview</description>
</key>
<key name="language-filter-list" type="as">
<summary>Language Filter list</summary>
<description>Array of string containing language selections.</description>
<default>[]</default>
</key>
<key name="language-filter-min-coverage" type="d">
<range min="1.0" max="100.0"/>
<summary>Language Filter list minimum coverage</summary>
<description>Minimum coverage for language filter</description>
<default>90.0</default>
</key>
<key name="restrict-network-access" type="b">
<default>false</default>
<summary>Whether access to network is restricted by administrator</summary>
<description>true to prevent the application from attempting to access the network</description>
</key>
<key name="google-fonts-preview-text" type="s">
<summary>Google Fonts preview text</summary>
<description>Last preview text used in Google Fonts waterfall preview</description>
<default>"The quick brown fox jumps over the lazy dog."</default>
</key>
</schema>
</schemalist>
|