Directions Property
Summary
Gets or sets the direction of each character in the text.
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, strong, null_unspecified) NSArray<NSNumber *> *directions //LTSvgCharacterDirection
public SvgCharacterDirection[] getDirections()
public void setDirections(SvgCharacterDirection[] directions)
Property Value
The direction of each character in the text. The default value is null.