Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The StringFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CharacterSpacing |
Gets or sets value that indicates a distance between the text characters.
When the glyph for each character in the string is rendered, this value is added to the the glyph’s displacement.
|
![]() | DirectionRightToLeft |
Gets or sets the text direction.
|
![]() | DisableLigatures |
Gets or sets whether to disable font ligatures when drawing text in RTL (right-to-left) languages.
|
![]() | HorizontalAlign |
Gets or sets the text horizontal alignment.
|
![]() | Leading |
Gets or sets the text leading.
It specifies the vertical distance between the baselines of adjacent lines of text.
|
![]() | Rise |
Gets or sets the text rise.
|
![]() | Scaling |
Gets or sets the horizontal scaling of text.
|
![]() | VerticalAlign |
Gets or sets the text vertical alignment.
|
![]() | WordSpacing |
Gets or sets a value that indicates spacing between the words in the text.
|
See Also