mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:20:05 +00:00
Add placefile font
This commit is contained in:
parent
8be32a8998
commit
783e8f3490
2 changed files with 30 additions and 3 deletions
|
|
@ -47,6 +47,14 @@ public:
|
|||
Unknown
|
||||
};
|
||||
|
||||
struct Font
|
||||
{
|
||||
std::size_t fontNumber_ {};
|
||||
std::size_t pixels_ {};
|
||||
std::int32_t flags_ {};
|
||||
std::string face_ {};
|
||||
};
|
||||
|
||||
struct DrawItem
|
||||
{
|
||||
ItemType itemType_ {ItemType::Unknown};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue