21 #ifndef PELROCK_SMALLFONTDOUBLE_H 22 #define PELROCK_SMALLFONTDOUBLE_H 24 #include "common/file.h" 25 #include "common/str.h" 26 #include "graphics/font.h" 27 #include "graphics/surface.h" 29 #include "pelrock/fonts/small_font.h" 45 static const int CHAR_HEIGHT = 16;
Definition: small_font.h:33
int getFontHeight() const override
Definition: small_font_double.h:41
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
Definition: small_font_double.h:36