LeviLamina
Loading...
Searching...
No Matches
UserFontDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cohtml {
6
7
struct
UserFontDescription {
8
public
:
9
// UserFontDescription inner types declare
10
// clang-format off
11
struct
CharInfo
;
12
struct
KerningPairInfo
;
13
// clang-format on
14
15
// UserFontDescription inner types define
16
struct
CharInfo {};
17
18
struct
KerningPairInfo {};
19
};
20
21
}
// namespace cohtml
cohtml::UserFontDescription::CharInfo
Definition
UserFontDescription.h:16
cohtml::UserFontDescription::KerningPairInfo
Definition
UserFontDescription.h:18
src-server
mc
deps
cohtml
UserFontDescription.h
Generated on
for LeviLamina by
1.16.1