L_SvgDirection

enum L_SvgDirection 
{ 
   L_SvgDirection_Unspecified, 
   L_SvgDirection_LTR, 
   L_SvgDirection_RTL 
}; 
typedef enum L_SvgDirection L_SvgDirection; 

This data type is used within the L_SvgDirectionProp structure to specify character direction.

Value

Meaning

L_SvgDirection_Unspecified Unspecified character direction.
L_SvgDirection_LTR Characters are read left to right.
L_SvgDirection_RTL Characters are read right to left.

Character direction

Value for L_SvgDirectionProp Direction.

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