summaryrefslogtreecommitdiff
path: root/help/C/config-html.xml
blob: 516d374aa7cba7efef20a455ec8067d458efd814 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<sect1 id="cfg-html-viewer">
  <title>HTML Viewer</title>
  <sect2 id="cfg-html-viewer-introduction">
    <title>Introduction</title>
    <para>
      The HTML Viewer capplet allows you to configure preferences for
      the <application>GtkHTML</application> HTML rendering engine.
      <application>GtkHTML</application> is used in
      <application>Evolution</application>, the <application>Gnome
      Control Center</application>, and other Gnome applications.
    </para>
  </sect2>
  <sect2 id="cfg-html-viewer-fonts">
    <title>HTML Fonts</title>
    <para>
      <application>GtkHTML</application> can be setup to use different
      fonts and font sizes for different types of text.
      <variablelist>
	<varlistentry>
	  <term>On Screen</term>
	  <listitem>
	    <para>
	      Configures the fonts to use on your computer monitor
	      <variablelist>
		<varlistentry>
		  <term>Variable width</term>
		  <listitem>
		    <para>
		      A font that the size of characters changes based
		      on what letter it is.  For example, the
		      character i has a smaller width than w.  Fixed
		      width fonts are often used when column width
		      needs to be uniform between lines, such as a
		      chart.
		    </para>
		  </listitem>
		</varlistentry>
		<varlistentry>
		  <term>Fixed width</term>
		  <listitem>
		    <para>
		      A font that the size of characters is uniform
		      across all characters.  For example, the i
		      character has the same width as w.
		    </para>
		  </listitem>
		</varlistentry>
	      </variablelist>
	    </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>For printing</term>
	  <listitem>
	    <para>
	      Configures the fonts to use when you print something on
	      your printer from <application>GtkHTML</application>.
	      <variablelist>
		<varlistentry>
		  <term>Variable width</term>
		  <listitem>
		    <para>
		      A font that the size of characters changes based
		      on what letter it is.  For example, the
		      character i has a smaller width than w. Fixed
		      width fonts are often used when column width
		      needs to be uniform between lines, such as a
		      chart.
		    </para>
		  </listitem>
		</varlistentry>
		<varlistentry>
		  <term>Fixed width</term>
		  <listitem>
		    <para>
		      A font that the size of characters is uniform
		      across all characters.  For example, the i
		      character has the same width as w.
		    </para>
		  </listitem>
		</varlistentry>
	      </variablelist>
	    </para>
	  </listitem>
	</varlistentry>
      </variablelist>
      To change the fonts used, click on the font name to open up
      <application>gfontsel</application>.  In here, you can select
      your typeface, your ISO set, font size, and other font properties.
    </para>
  </sect2>
  <sect2 id="cfg-kbd-shortcuts">
    <title>Keyboard Shortcuts</title>
    <para>
      <application>GtkHTML</application> can use different
      keybindings.  Keybindings allow the user to use keystrokes to do
      commands that otherwise the mouse would be required to do.  This
      can often times speed up the user's commands fast enough to
      impress others.
    </para>
    <para>
      <application>GtkHTML</application> includes three different
      predefined settings:
      <itemizedlist>
	<listitem>
	  <para>
	    Emacs like
	  </para>
	</listitem>
	<listitem>
	  <para>
	    XEmacs like
	  </para>
	</listitem>
	<listitem>
	  <para>
	    MS like
	  </para>
	</listitem>
      </itemizedlist>
      Each of these comes with keybindings that are similar to those
      found in their respective environments.  A user coming from
      Microsoft <application>Windows</application> may find themselves most
      comfortable in the the MS like mode.  To select a preset mode,
      just select it from the pulldown menu, and click
      <guibutton>OK</guibutton>.
    </para>
    <para>
      If none of the presets fits your liking, you can create custom
      keybindings.
    </para>
  </sect2>
  <sect2 id="cfg-misc">
    <title>Miscellaneous Settings</title>
    <para>
      There are a couple other changes which you can edit to make
      <application>GtkHTML</application> work the way you want it to.
      These are located in the <guilabel>Miscellaneous</guilabel> tab.
    </para>
    <para>
      In the <guilabel>Behavior</guilabel> section, you have the
      following preferences:
      <variablelist>
	<varlistentry>
	  <term>Show animated images</term>
	  <listitem>
	    <para>
	      Some images can be animated.  You can have the image
	      show up as a static image instead of as an animated
	      image by unchecking the box.
	    </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Automatically detect links</term>
	  <listitem>
	    <para>
	      If <application>GtkHTML</application> detects you are
	      typing a URL, it will automatically format the URL as a
	      link.
	    </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Enable spell checking</term>
	  <listitem>
	    <para>
	      While typing in <application>GtkHTML</application>, you
	      may spell a word incorrectly.  If you have this box
	      checked, an incorrectly spelled word will be underlined
	      to symbolize that it's incorrect.
	    </para>
	    <variablelist>
	      <varlistentry>
		<term>Color</term>
		<listitem>
		  <para>
		    This sets the color underline to use when you have a
		    spelling error.
		  </para>
		</listitem>
	      </varlistentry>
	      <varlistentry>
		<term>Language</term>
		<listitem>
		  <para>
		    Sets the language to run spell check against.
		  </para>
		</listitem>
	      </varlistentry>
	    </variablelist>
	  </listitem>
	</varlistentry>
      </variablelist>
    </para>
  </sect2>
</sect1>