terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IFontMetrics.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.Text
4{
5 // Token: 0x02000B15 RID: 2837
6 public interface IFontMetrics
7 {
8 // Token: 0x170008F5 RID: 2293
9 // (get) Token: 0x0600531D RID: 21277
10 int LineSpacing { get; }
11
12 // Token: 0x170008F6 RID: 2294
13 // (get) Token: 0x0600531E RID: 21278
14 float CharacterSpacing { get; }
15
16 // Token: 0x0600531F RID: 21279
18 }
19}
GlyphMetrics GetCharacterMetrics(char character)