terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
FontData () | |
Properties | |
static FontData | defaultFontData [get] |
Font | font [get, set] |
int | fontSize [get, set] |
FontStyle | fontStyle [get, set] |
bool | bestFit [get, set] |
int | minSize [get, set] |
int | maxSize [get, set] |
TextAnchor | alignment [get, set] |
bool | alignByGeometry [get, set] |
bool | richText [get, set] |
HorizontalWrapMode | horizontalOverflow [get, set] |
VerticalWrapMode | verticalOverflow [get, set] |
float | lineSpacing [get, set] |
Private Member Functions | |
void ISerializationCallbackReceiver. | OnBeforeSerialize () |
void ISerializationCallbackReceiver. | OnAfterDeserialize () |
Private Attributes | |
Font | m_Font |
int | m_FontSize |
FontStyle | m_FontStyle |
bool | m_BestFit |
int | m_MinSize |
int | m_MaxSize |
TextAnchor | m_Alignment |
bool | m_AlignByGeometry |
bool | m_RichText |
HorizontalWrapMode | m_HorizontalOverflow |
VerticalWrapMode | m_VerticalOverflow |
float | m_LineSpacing |
Definition at line 9 of file FontData.cs.