LeviLamina
Loading...
Searching...
No Matches
Font.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
Font {
6
public
:
7
// Font inner types declare
8
// clang-format off
9
struct
GlyphQuad
;
10
struct
TextObject
;
11
class
TextObjectCache
;
12
// clang-format on
13
14
// Font inner types define
15
struct
GlyphQuad
{};
16
17
struct
TextObject
{
18
public
:
19
// TextObject inner types declare
20
// clang-format off
21
struct
Page
;
22
// clang-format on
23
24
// TextObject inner types define
25
struct
Page
{};
26
};
27
28
class
TextObjectCache
{};
29
};
Font::TextObjectCache
Definition
Font.h:28
Font::GlyphQuad
Definition
Font.h:15
Font::TextObject::Page
Definition
Font.h:25
Font::TextObject
Definition
Font.h:17
src-server
mc
client
gui
Font.h
Generated on
for LeviLamina by
1.16.1