EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Localization.LanguageFontOverride Class Reference

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.
 

Detailed Description

A class used to map a language to a particular font.

Member Data Documentation

◆ font

Font EasyTalk.Localization.LanguageFontOverride.font

The regular font to use for the language.

◆ languageCode

string EasyTalk.Localization.LanguageFontOverride.languageCode

The ISO-639 language code for the language.

◆ languageName

string EasyTalk.Localization.LanguageFontOverride.languageName

The name of the language.

◆ maxFontSize

float EasyTalk.Localization.LanguageFontOverride.maxFontSize = 32.0f

The maximum font size to use when display the language.

◆ minFontSize

float EasyTalk.Localization.LanguageFontOverride.minFontSize = 12.0f

The minimum font size to use when displaying the language.