okular/optionDialogFontsWidget_base.ui
Stefan Kebekus a557c99724 further improve font rendering, virtual fonts are now displayed 50% faster
svn path=/trunk/kdegraphics/kdvi/; revision=222420
2003-04-27 15:58:38 +00:00

158 lines
6.4 KiB
XML

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>optionDialogFontsWidget_base</class>
<widget class="QWidget">
<property name="name">
<cstring>optionDialogFontsWidget_base</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>259</width>
<height>299</height>
</rect>
</property>
<property name="caption">
<string>TeX Fonts</string>
</property>
<property name="toolTip" stdset="0">
<string>On low-resolution displays, such as laptop screen, you probably want to switch this on</string>
</property>
<property name="whatsThis" stdset="0">
<string>If this option is set, KDVI will enlarge all characters by 10%. The text will then usually be easier to read, but it may happen that some characters overlap a little.</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QButtonGroup">
<property name="name">
<cstring>PFB_ButtonGroup</cstring>
</property>
<property name="title">
<string>Postscript Type1 Fonts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>usePFBCheckBox</cstring>
</property>
<property name="text">
<string>Use Type 1 fonts if available</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>useFontHintingCheckBox</cstring>
</property>
<property name="text">
<string>Use font hinting</string>
</property>
<property name="whatsThis" stdset="0">
<string></string>
</property>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>PK Fonts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QButtonGroup">
<property name="name">
<cstring>buttonGroup1</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Metafont mode:</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="1">
<property name="name">
<cstring>metafontMode</cstring>
</property>
<property name="toolTip" stdset="0">
<string>LaserJet 4 is usually a good choice.</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Chooses the type of bitmap fonts used for the display. As a general rule, the higher the dpi value, the better quality of the output. On the other hand, large dpi fonts use more resources and make KDVI slower.&lt;/p&gt;
&lt;p&gt;If you are low on hard disk space, or have a slow machine, you may want to choose the same setting that is also used by dvips. That way you avoid to generate several bitmap versions of the same font.&lt;/p&gt;</string>
</property>
</widget>
</grid>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fontGenerationCheckBox</cstring>
</property>
<property name="text">
<string>Generate missing fonts</string>
</property>
<property name="toolTip" stdset="0">
<string>If in doubt, switch on!</string>
</property>
<property name="whatsThis" stdset="0">
<string>Allows KDVI to use MetaFont to produce bitmap fonts. Unless you have a very specific reason, you probably want to switch this on.</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>0</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<connections>
<connection>
<sender>usePFBCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>useFontHintingCheckBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<slots>
<slot>buttonGroup1_clicked(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
</includehints>
</UI>