LeviLamina
Loading...
Searching...
No Matches
UserFontDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
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 public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::UntypedStorage<4, 4> mUnkd1c413;
21 ::ll::UntypedStorage<4, 4> mUnk277133;
22 ::ll::UntypedStorage<4, 4> mUnkc5c142;
23 ::ll::UntypedStorage<4, 4> mUnk1943cc;
24 ::ll::UntypedStorage<4, 4> mUnk2034db;
25 ::ll::UntypedStorage<4, 4> mUnke16767;
26 ::ll::UntypedStorage<4, 4> mUnk3f81b3;
27 ::ll::UntypedStorage<4, 4> mUnk4e00fc;
28 ::ll::UntypedStorage<4, 4> mUnkb64bc9;
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
33 CharInfo& operator=(CharInfo const&);
34 CharInfo(CharInfo const&);
35 CharInfo();
36 };
37
38 struct KerningPairInfo {
39 public:
40 // member variables
41 // NOLINTBEGIN
42 ::ll::UntypedStorage<4, 4> mUnka9d1d2;
43 ::ll::UntypedStorage<4, 4> mUnk60d6df;
44 ::ll::UntypedStorage<4, 4> mUnk3b6926;
45 // NOLINTEND
46
47 public:
48 // prevent constructor by default
49 KerningPairInfo& operator=(KerningPairInfo const&);
50 KerningPairInfo(KerningPairInfo const&);
51 KerningPairInfo();
52 };
53
54public:
55 // member variables
56 // NOLINTBEGIN
57 ::ll::UntypedStorage<4, 4> mUnk584032;
58 ::ll::UntypedStorage<8, 8> mUnke6306f;
59 ::ll::UntypedStorage<4, 4> mUnka7c302;
60 ::ll::UntypedStorage<4, 4> mUnke22b1f;
61 ::ll::UntypedStorage<1, 1> mUnk7a6f1f;
62 ::ll::UntypedStorage<1, 1> mUnk32e55b;
63 ::ll::UntypedStorage<1, 1> mUnke4b65d;
64 ::ll::UntypedStorage<4, 4> mUnke4aecb;
65 ::ll::UntypedStorage<4, 4> mUnk6ad8ba;
66 ::ll::UntypedStorage<4, 4> mUnkb0a131;
67 ::ll::UntypedStorage<8, 8> mUnk7691cf;
68 ::ll::UntypedStorage<4, 4> mUnked54bc;
69 ::ll::UntypedStorage<8, 8> mUnk930d2a;
70 ::ll::UntypedStorage<4, 4> mUnkf9fc3e;
71 // NOLINTEND
72
73public:
74 // prevent constructor by default
75 UserFontDescription& operator=(UserFontDescription const&);
76 UserFontDescription(UserFontDescription const&);
77 UserFontDescription();
78};
79
80} // namespace cohtml
Definition UserFontDescription.h:16
Definition UserFontDescription.h:18
Definition UserFontDescription.h:7