/usr/share/glib-2.0/schemas/org.gnome.FontViewer.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 | <?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.FontViewer.Mode">
<value nick="Preview" value="0" />
<value nick="Waterfall" value="1" />
<value nick="Body Text" value="2" />
</enum>
<schema id="org.gnome.FontViewer" path="/org/gnome/font-manager/font-viewer/">
<key name="mode" enum="org.gnome.FontViewer.Mode">
<default>"Waterfall"</default>
<summary>Preview Mode</summary>
<description>Possible modes are Preview, Waterfall and Body Text.</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>(600, 400)</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-text" type="s">
<summary>Preview text</summary>
<description>Last preview text used</description>
<default>"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>
</schema>
</schemalist>
|