summaryrefslogtreecommitdiff
path: root/font-viewer/fontilus.schemas.in
blob: 2e3034654d64b53bbb503ff960a52dc60eb106a7 (plain)
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
<?xml version="1.0"?>
<mateconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-ttf/command</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-ttf/command</applyto>
      <type>string</type>
      <default>mate-thumbnail-font %u %o</default>
      <locale name="C">
        <short>Thumbnail command for TrueType fonts</short>
        <long>
          Set this key to the command used to create thumbnails for
          TrueType fonts.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-ttf/enable</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-ttf/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail TrueType fonts</short>
        <long>
          If set to true, then TrueType fonts will be thumbnailed.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-type1/command</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-type1/command</applyto>
      <type>string</type>
      <default>mate-thumbnail-font %u %o</default>
      <locale name="C">
        <short>Thumbnail command for Type1 fonts</short>
        <long>
          Set this key to the command used to create thumbnails for
          Type1 fonts.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-type1/enable</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-type1/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail Type1 fonts</short>
        <long>
          If set to true, then Type1 fonts will be thumbnailed.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-pcf/command</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-pcf/command</applyto>
      <type>string</type>
      <default>mate-thumbnail-font %u %o</default>
      <locale name="C">
        <short>Thumbnail command for PCF fonts</short>
        <long>
          Set this key to the command used to create thumbnails for
          PCF fonts.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-pcf/enable</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-pcf/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail PCF fonts</short>
        <long>
          If set to true, then PCF fonts will be thumbnailed.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-otf/command</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-otf/command</applyto>
      <type>string</type>
      <default>mate-thumbnail-font %u %o</default>
      <locale name="C">
        <short>Thumbnail command for OpenType fonts</short>
        <long>
          Set this key to the command used to create thumbnails for
          OpenType fonts.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/mate/thumbnailers/application@x-font-otf/enable</key>
      <applyto>/desktop/mate/thumbnailers/application@x-font-otf/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail OpenType fonts</short>
        <long>
          If set to true, then OpenType fonts will be thumbnailed.
        </long>
      </locale>
    </schema>

  </schemalist>
</mateconfschemafile>