File: functions_addText.xml

package info (click to toggle)
pdfedit 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,220 kB
  • ctags: 17,436
  • sloc: cpp: 156,708; xml: 8,973; makefile: 1,003; sh: 704; ansic: 688; perl: 669; yacc: 589; python: 236; lisp: 51
file content (20 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<sect3 id="gui_onclickFunctions_addText" xreflabel="mode to add new text">
		<title>Adding text</title>

		<para>
				This mode enables adding text lines onto the page. First set some default properties on the toolbar like
				<xref linkend="gui_toolbars_foregroundColor"/>, <xref linkend="gui_toolbars_font"/>
				and <xref linkend="gui_toolbars_fontSize"/>. Then by clicking mouse left button on page an edit box is shown
				where the added text is written. After pressing Enter the text will be displayed on the page.
				The viewed part of the page is updated after text addition.
		</para>
		<para>
				The text is added to the page also if the text edit line losts focus (this can be unpleasant for
				window managers that set focus to windows under the mouse cursor).
				To cancel text addition press <emphasis>Esc</emphasis> key.
		</para>
		<para>
				Note: When pages are rotated the text can appear unrotated. This is because the text uses own transformation
				matrix than the whole page.
		</para>
</sect3>