LocalizeFontValue
LocalizeFontValue enumeration
Utility class containing constants. Specifies whether the shape text should be localized (translated into another language).
Values
| Name | Description |
|---|---|
| LOCALIZE_FONT_ONLY_ARIAL_SYMBOL | Localize the font only if it is Arial or Symbol (the default). |
| ALWAYS_LOCALIZE_FONT | Always localize the font. |
| NEVER_LOCALIZE_FONT | Never localize the font. |
| UNDEFINED | Undefined. |