Text character position flags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | None |
0x00000001 | EndOfWord | The last character in a word |
0x00000002 | EndOfLine | The last character in a line |
0x00000004 | LineBreak | xxxxxxxxxxxxxxxxxxxx |
Value for SvgTextData.CharacterFlags.
The SVG engine will set LineBreak in SvgTextData.CharacterFlags for characters that may be treated by the processing software as the last character of a line.
For example, if the original text has multiple columns, then the last character of each column will have this value while the last character of the full line will have EndOfLine. This is used by the LEADTOOLS Document Viewer when performing interactive text selection to determine whether to select the whole line or go to the next line.