<Code Lib>
2024 Enumeration
Changes 0
E

TextBaselineStyle

Description:
Supported styles of text position relative to the normal baseline.

public enum TextBaselineStyle

Name Description
E Normal Indicates a normal text with letters positioned on the baseline.
E Subscript Indicates a subsript text.
E Superscript Indicates a superscript text.

Loading…