TextAutofitType

TextAutofitType enum

Represents text autofit mode.

enum class TextAutofitType : int8_t

Values

NameValueDescription
NotDefined-1Not defined.
None0No autofit.
Normal1Normal autofit. Font size and line spacing will be reduced to fit the shape.
Shape2Shape autofit. Shape size will be changed to fit the text.

See Also