Enum LocalizeFontValue

LocalizeFontValue enumeration

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

public enum LocalizeFontValue

Values

NameValueDescription
LocalizeFontOnlyArialSymbol0Localize the font only if it is Arial or Symbol (the default).
AlwaysLocalizeFont1Always localize the font.
NeverLocalizeFont2Never localize the font.
Undefined-2147483648Undefined.

See Also