diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /kdvi/kdvi.kcfg | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdvi/kdvi.kcfg')
-rw-r--r-- | kdvi/kdvi.kcfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kdvi/kdvi.kcfg b/kdvi/kdvi.kcfg new file mode 100644 index 00000000..aa416757 --- /dev/null +++ b/kdvi/kdvi.kcfg @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 + http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > + <include>fontpool.h</include> + <kcfgfile name="kdvirc" /> + <group name="kdvi" > + <entry key="MakePK" type="Bool" > + <label>Use MetaFont to generate missing fonts. If in doubt, enable this option.</label> + <whatsthis>Allows KDVI to use MetaFont to produce bitmap fonts. Unless you have a very specific reason, you probably want to enable this option.</whatsthis> + <default>true</default> + </entry> + <entry key="ShowPS" type="Bool" > + <label>Show PostScript specials. If in doubt, enable this option.</label> + <whatsthis>Some DVI files contain PostScript graphics. If enabled, KDVI will use the Ghostview PostScript interpreter to display these. You probably want to enable this option, unless you have a DVI-file whose PostScript part is broken, or too large for your machine.</whatsthis> + <default>true</default> + </entry> + <entry key="UseFontHints" type="Bool" > + <label>Use font hinting. You should enable this, if the use of font hinting improves readability on your machine.</label> + <whatsthis>Many modern fonts contain "font hinting" information which can be used to improve the appearance of a font on low-resolution displays, such as a computer monitor, or a notebook screen. However, many people find the "improved" fonts quite ugly and prefer to have this option disabled.</whatsthis> + <default>false</default> + </entry> + <entry key="EditorCommand" type="Path" /> + </group> +</kcfg> |