GRAPHICS: Added MacFontRun structure

This commit is contained in:
Eugene Sandulenko 2017-01-29 14:31:38 +01:00
parent 0691c4e82e
commit 1c6b31397a

View File

@ -30,6 +30,19 @@
namespace Graphics {
class MacWindowManager;
class MacFont;
struct MacFontRun {
uint16 fontId;
byte textSlant;
byte unk3f;
uint16 fontSize;
uint16 palinfo1;
uint16 palinfo2;
uint16 palinfo3;
MacFont *font;
};
class MacText {
public: