LeviLamina
Loading...
Searching...
No Matches
FontStyle.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cohtml::Fonts {
6
7
enum class
FontStyle : uchar {
8
Auto = 0,
9
Normal = 1,
10
Italic = 2,
11
Oblique = 3,
12
};
13
14
}
src-client
mc
deps
cohtml
FontStyle.h
Generated on
for LeviLamina by
1.16.1