L_SvgDirection

Summary

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

Syntax

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

Members

L_SvgDirection_Unspecified

Unspecified character direction.

L_SvgDirection_LTR

Characters are read left to right.

L_SvgDirection_RTL

Characters are read right to left.

Comments

Character direction.

Value for L_SvgDirectionProp Direction.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.