22 #ifndef SCI_GRAPHICS_FONTSJIS_H 23 #define SCI_GRAPHICS_FONTSJIS_H 25 #include "sci/graphics/helpers.h" 41 GuiResourceId getResourceId()
override;
42 byte getHeight()
override;
43 bool isDoubleByte(uint16 chr)
override;
44 byte getCharWidth(uint16 chr)
override;
45 void draw(uint16 chr, int16 top, int16 left, byte color,
bool greyedOutput)
override;
49 GuiResourceId _resourceId;
51 Graphics::FontSJIS *_commonFont;
56 #endif // SCI_GRAPHICS_FONTSJIS_H
Definition: formatinfo.h:28
Definition: fontsjis.h:36