diff options
author | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
commit | 0b0e6bc987da4fd88a7854ebb12bde705e92c428 (patch) | |
tree | 47d329edd31c67eaa36b2147780e37e197e901b5 /font-viewer/fontilus.schemas.in | |
download | mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.bz2 mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'font-viewer/fontilus.schemas.in')
-rw-r--r-- | font-viewer/fontilus.schemas.in | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/font-viewer/fontilus.schemas.in b/font-viewer/fontilus.schemas.in new file mode 100644 index 00000000..2e303465 --- /dev/null +++ b/font-viewer/fontilus.schemas.in @@ -0,0 +1,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> |