EasyTalk API
|
A class used to map a language to a particular font. More...
Public Attributes | |
string | languageName |
The name of the language. | |
string | languageCode |
The ISO-639 language code for the language. | |
Font | font |
The regular font to use for the language. | |
float | minFontSize = 12.0f |
The minimum font size to use when displaying the language. | |
float | maxFontSize = 32.0f |
The maximum font size to use when display the language. | |
A class used to map a language to a particular font.
Font EasyTalk.Localization.LanguageFontOverride.font |
The regular font to use for the language.
string EasyTalk.Localization.LanguageFontOverride.languageCode |
The ISO-639 language code for the language.
string EasyTalk.Localization.LanguageFontOverride.languageName |
The name of the language.
float EasyTalk.Localization.LanguageFontOverride.maxFontSize = 32.0f |
The maximum font size to use when display the language.
float EasyTalk.Localization.LanguageFontOverride.minFontSize = 12.0f |
The minimum font size to use when displaying the language.