L_SvgTextCharacterFlags

enum 
{ 
   L_SvgTextCharacterFlags_None = 0, 
   L_SvgTextCharacterFlags_EndOfWord = 1 << 0, 
   L_SvgTextCharacterFlags_EndOfLine = 1 << 1, 
   L_SvgTextCharacterFlags_LineBreak = 1 << 2, 
   L_SvgTextCharacterFlags_FromOcr = 1 << 3, 
}; 
typedef L_UINT L_SvgTextCharacterFlags; 

This data type is used within the L_SvgTextData structure to indicate position information about a character in SVG text.

Value Meaning
L_SvgTextCharacterFlags_None None.
L_SvgTextCharacterFlags_EndOfWord This is the last character in a word.
L_SvgTextCharacterFlags_EndOfLine This is the last character in a line.
L_SvgTextCharacterFlags_LineBreak This is the last character in a line (Including paragraph's end of line).
L_SvgTextCharacterFlags_FromOcr The characters were obtained through OCR.

Text character position flags

Value for L_SvgTextData.CharacterFlags. These values can be ORed together.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help