Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
string | _name |
string | id |
Font | font |
int | sizeFix |
int | importSize |
bool | alwaysBold |
float | boldAlpha = 1f |
float | contrast |
float | strength |
float | strengthFixJP |
float | lineSpacing = 1f |
Definition at line 3 of file FontSource.cs.
string FontSource._name |
Definition at line 5 of file FontSource.cs.
Referenced by SkinManager.InitFont(), and LayerConfig.SetFont().
bool FontSource.alwaysBold |
Definition at line 15 of file FontSource.cs.
Referenced by UIText.ApplySkin().
float FontSource.boldAlpha = 1f |
Definition at line 17 of file FontSource.cs.
Referenced by UIText.ApplySkin().
float FontSource.contrast |
Definition at line 19 of file FontSource.cs.
Referenced by UIText.ApplySkin().
Font FontSource.font |
Definition at line 9 of file FontSource.cs.
Referenced by UIText.ApplySkin(), UiInputField.Awake(), UIInputText.Awake(), SkinManager.InitFont(), and Popper.SetText().
string FontSource.id |
Definition at line 7 of file FontSource.cs.
int FontSource.importSize |
Definition at line 13 of file FontSource.cs.
float FontSource.lineSpacing = 1f |
Definition at line 25 of file FontSource.cs.
Referenced by UIText.ApplySkin().
int FontSource.sizeFix |
Definition at line 11 of file FontSource.cs.
float FontSource.strength |
Definition at line 21 of file FontSource.cs.
Referenced by UIText.ApplySkin().
float FontSource.strengthFixJP |
Definition at line 23 of file FontSource.cs.
Referenced by UIText.ApplySkin().