LocalizeFontValue enumeration

LocalizeFontValue enumeration

Specifies whether the shape text should be localized (translated into another language).

The LocalizeFontValue type exposes the following members:

Fields

Field 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.

See Also