File: functions_selectText.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (24 lines) | stat: -rw-r--r-- 1,161 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
21
22
23
24
<sect3 id="gui_onclickFunctions_selectText" xreflabel="mode to select text">
		<title>Selecting text</title>

		<para>
				This mode is useful when selecting text on page. It behaves like expected from
				text selecting. Word and line order is respected on pages with
				horizontal text lines (most of pdf files).
		</para>
		<para>
				Text selection is very simple using this mode. The selection starts when
				mouse left button is pressed on a text element. (If the mouse is over a text element
				the cursor changes to ibeam.) When dragging, text is
				selected line by line. The selection is limited in how the text elements are stored in
				the pdf document (some documents have text elements equal to letters, to words,
				to lines or arbitrary).
		</para>
		<para>
			Note:
				When a text on one line is written using different fonts it is very likely that it will
				be parsed into more lines. This is due to the fact that the base vertical positions are different
				and without wild guessing it is almost impossible to distinguish between text on one with different
				fonts and text on more lines with different fonts.
		</para>
</sect3>