LeviLamina
Loading...
Searching...
No Matches
UserFontDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
7struct UserFontDescription {
8public:
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
Definition UserFontDescription.h:16
Definition UserFontDescription.h:18