terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IFontMetrics.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
ReLogic.Text
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000B15"
)]
7
public
interface
IFontMetrics
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x170008F5"
)]
10
int
LineSpacing
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x600531D"
)]
13
get
;
14
}
15
16
[global::Cpp2ILInjected.Token(Token =
"0x170008F6"
)]
17
float
CharacterSpacing
18
{
19
[global::Cpp2ILInjected.Token(Token =
"0x600531E"
)]
20
get
;
21
}
22
23
[global::Cpp2ILInjected.Token(Token =
"0x600531F"
)]
24
GlyphMetrics
GetCharacterMetrics
(
char
character);
25
}
26
}
ReLogic.Text.IFontMetrics.CharacterSpacing
float CharacterSpacing
Definition
IFontMetrics.cs:18
ReLogic.Text.IFontMetrics.LineSpacing
int LineSpacing
Definition
IFontMetrics.cs:11
ReLogic.Text.IFontMetrics.GetCharacterMetrics
GlyphMetrics GetCharacterMetrics(char character)
ReLogic.Text.IFontMetrics
Definition
IFontMetrics.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
ReLogic.Text
Definition
GlyphMetrics.cs:6
System
Definition
__Il2CppComDelegate.cs:6
ReLogic.Text.GlyphMetrics
Definition
GlyphMetrics.cs:9
source
ReLogic
Text
IFontMetrics.cs
Generated by
1.10.0