L_SvgTextCharacterFlags

Summary

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

Syntax

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; 

Members

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.

Comments

Text character position flags.

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

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

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.