File: functions_highlightingText.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 (14 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect3 id="gui_onclickFunctions_highlightingText" xreflabel="mode to highlighting text">
		<title>Highlighting text</title>

		<para>
				Highlighting of text is a very desired feature. This mode can highlight selected text.
		</para>
		<para>
				After activating this mode user can select text the same way as by
				<xref linkend="gui_onclickFunctions_selectText"/>. After ending the selection
				script function is called which draws filled rectangle under each text operator with
				default background colour (for more details see
				<xref linkend="gui_onclickFunctions_drawRect"/>).
		</para>
</sect3>