LeviLamina
Loading...
Searching...
No Matches
TrueTypeFont.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // TrueTypeFont inner types declare
8 // clang-format off
10 struct PageOfGlyphs;
11 // clang-format on
12
13 // TrueTypeFont inner types define
15
16 struct PageOfGlyphs {};
17};
Definition TrueTypeFont.h:14
Definition TrueTypeFont.h:16
Definition TrueTypeFont.h:5