Add placefile font

This commit is contained in:
Dan Paulat 2023-07-22 00:24:17 -05:00
parent 8be32a8998
commit 783e8f3490
2 changed files with 30 additions and 3 deletions

View file

@ -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};