From 0b0e6bc987da4fd88a7854ebb12bde705e92c428 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 21:51:44 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- font-viewer/fontilus.schemas.in | 109 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 font-viewer/fontilus.schemas.in (limited to 'font-viewer/fontilus.schemas.in') 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 @@ + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-ttf/command + /desktop/mate/thumbnailers/application@x-font-ttf/command + string + mate-thumbnail-font %u %o + + Thumbnail command for TrueType fonts + + Set this key to the command used to create thumbnails for + TrueType fonts. + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-ttf/enable + /desktop/mate/thumbnailers/application@x-font-ttf/enable + bool + true + + Whether to thumbnail TrueType fonts + + If set to true, then TrueType fonts will be thumbnailed. + + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-type1/command + /desktop/mate/thumbnailers/application@x-font-type1/command + string + mate-thumbnail-font %u %o + + Thumbnail command for Type1 fonts + + Set this key to the command used to create thumbnails for + Type1 fonts. + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-type1/enable + /desktop/mate/thumbnailers/application@x-font-type1/enable + bool + true + + Whether to thumbnail Type1 fonts + + If set to true, then Type1 fonts will be thumbnailed. + + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-pcf/command + /desktop/mate/thumbnailers/application@x-font-pcf/command + string + mate-thumbnail-font %u %o + + Thumbnail command for PCF fonts + + Set this key to the command used to create thumbnails for + PCF fonts. + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-pcf/enable + /desktop/mate/thumbnailers/application@x-font-pcf/enable + bool + true + + Whether to thumbnail PCF fonts + + If set to true, then PCF fonts will be thumbnailed. + + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-otf/command + /desktop/mate/thumbnailers/application@x-font-otf/command + string + mate-thumbnail-font %u %o + + Thumbnail command for OpenType fonts + + Set this key to the command used to create thumbnails for + OpenType fonts. + + + + + /schemas/desktop/mate/thumbnailers/application@x-font-otf/enable + /desktop/mate/thumbnailers/application@x-font-otf/enable + bool + true + + Whether to thumbnail OpenType fonts + + If set to true, then OpenType fonts will be thumbnailed. + + + + + + -- cgit v1.2.1