Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
FontType.cs File Reference

Go to the source code of this file.

Enumerations

enum  FontType {
  UI = 0 , News = 4 , Widget = 5 , Chatbox = 6 ,
  Balloon = 7 , Dialog = 8 , DontChange = 9
}
 

Enumeration Type Documentation

◆ FontType

enum FontType
Enumerator
UI 
News 
Widget 
Chatbox 
Balloon 
Dialog 
DontChange 

Definition at line 1 of file FontType.cs.

2{
3 UI = 0,
4 News = 4,
5 Widget = 5,
6 Chatbox = 6,
7 Balloon = 7,
8 Dialog = 8,
9 DontChange = 9
10}
Definition: Dialog.cs:7
Definition: UI.cs:10
Definition: Widget.cs:7