22 #ifndef GOT_GFX_FONT_H 23 #define GOT_GFX_FONT_H 25 #include "common/array.h" 26 #include "graphics/font.h" 27 #include "graphics/managed_surface.h" 32 extern const byte DIALOG_COLOR[];
54 void rawDrawChar(
Graphics::Surface *dst, uint32 chr,
int x,
int y, uint32 color)
const;
Definition: managed_surface.h:51
int getFontHeight() const override
Definition: font.h:41
virtual void drawChar(Surface *dst, uint32 chr, int x, int y, uint32 color) const =0
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
int getMaxCharWidth() const override
Definition: font.h:44
int getCharWidth(uint32 chr) const override
Definition: font.h:47