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
FontPage.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Microsoft.Xna.Framework
;
4
using
Microsoft.Xna.Framework.Graphics
;
5
6
namespace
ReLogic.Graphics
7
{
8
// Token: 0x02000B37 RID: 2871
9
internal
sealed
class
FontPage
10
{
11
// Token: 0x060053BA RID: 21434 RVA: 0x00284E78 File Offset: 0x00283078
12
public
FontPage
(
Texture2D
texture,
List<Rectangle>
glyphs
,
List<Rectangle>
padding,
List<char>
characters,
List<Vector3>
kerning
)
13
{
14
this.Texture
= texture;
15
this.Glyphs
=
glyphs
;
16
this.Padding
= padding;
17
this.Characters
= characters;
18
this.Kerning
=
kerning
;
19
}
20
21
// Token: 0x04008CEB RID: 36075
22
public
readonly
Texture2D
Texture
;
23
24
// Token: 0x04008CEC RID: 36076
25
public
readonly
List<Rectangle>
Glyphs
;
26
27
// Token: 0x04008CED RID: 36077
28
public
readonly
List<Rectangle>
Padding
;
29
30
// Token: 0x04008CEE RID: 36078
31
public
readonly
List<char>
Characters
;
32
33
// Token: 0x04008CEF RID: 36079
34
public
readonly
List<Vector3>
Kerning
;
35
}
36
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.Texture2D
Definition
Texture2D.cs:10
ReLogic.Graphics.FontPage.FontPage
FontPage(Texture2D texture, List< Rectangle > glyphs, List< Rectangle > padding, List< char > characters, List< Vector3 > kerning)
Definition
FontPage.cs:12
ReLogic.Graphics.FontPage.Kerning
readonly List< Vector3 > Kerning
Definition
FontPage.cs:34
ReLogic.Graphics.FontPage.Glyphs
readonly List< Rectangle > Glyphs
Definition
FontPage.cs:25
ReLogic.Graphics.FontPage.Characters
readonly List< char > Characters
Definition
FontPage.cs:31
ReLogic.Graphics.FontPage.Texture
readonly Texture2D Texture
Definition
FontPage.cs:22
ReLogic.Graphics.FontPage.Padding
readonly List< Rectangle > Padding
Definition
FontPage.cs:28
ReLogic.Graphics.FontPage
Definition
FontPage.cs:10
System.Collections.Generic.List
Definition
List.cs:13
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
ReLogic.Graphics
Definition
BasicDebugDrawer.cs:6
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System
Definition
__ComObject.cs:4
source
ReLogic
Graphics
FontPage.cs
Generated by
1.10.0