L_SvgTextCharacterFlags

enum 
{ 
   L_SvgTextCharacterFlags_None = 0, 
   L_SvgTextCharacterFlags_EndOfWord = 1 << 0, 
   L_SvgTextCharacterFlags_EndOfLine = 1 << 1, 
   L_SvgTextCharacterFlags_LineBreak = 1 << 2, 
}; 
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 paragraphs end of line).

Text character position flags

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help