22 #ifndef SCI_GRAPHICS_FONTKOREAN_H 23 #define SCI_GRAPHICS_FONTKOREAN_H 25 #include "sci/graphics/helpers.h" 41 GuiResourceId getResourceId();
43 bool isDoubleByte(uint16 chr);
44 byte getCharWidth(uint16 chr);
45 void draw(uint16 chr, int16 top, int16 left, byte color,
bool greyedOutput);
48 void drawToBuffer(uint16 chr, int16 top, int16 left, byte color,
bool greyedOutput, byte *buffer, int16 width, int16 height);
53 GuiResourceId _resourceId;
60 #endif // SCI_GRAPHICS_FONTKOREAN_H
Definition: fontkorean.h:36
Definition: formatinfo.h:28