L_SvgTextData

struct L_SvgTextData 
{ 
   L_UINT StructSize; 
   L_UINT Length; // Number of items 
   L_TCHAR* Text; // 'Length' of Characters 
   L_RECTD* Bounds; // 'Length' of Bounds (for each character) 
   L_SvgTextCharacterFlags* CharacterFlags; // 'Length' of CharacterFlags (for each character) 
   L_SvgCharacterDirection* Directions; // 'Length' of Directions (for each character) 
}; 
typedef struct L_SvgTextData L_SvgTextData; 

The L_SvgTextData structure contains the data of a text element.

Member

Description

StructSize Size of this structure. Use sizeof (L_SvgTextData).
Length Number of characters.
Text The text as a string. Default value is NULL.
Bounds The bounding rectangles of each character in the text. Default value is NULL.
Refer to L_SvgSortElements for more information.
CharacterFlags The position flags for each character in the text. Default value is NULL.
Refer to L_SvgSortElements for more information.
Directions The the direction of each character in the text. Default value is NULL.
Refer to L_SvgSortElements for more information.

Comments

Contains the data of a text element.

Used with L_SvgElementInfo to contain the data of a text element.

Refer to L_SvgSortElements for more information.

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