21 #ifndef PELROCK_SMALLFONTDOUBLE_H 22 #define PELROCK_SMALLFONTDOUBLE_H 24 #include "pelrock/fonts/small_font.h" 40 static const int CHAR_HEIGHT = 16;
Definition: small_font.h:30
int getFontHeight() const override
Definition: small_font_double.h:36
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
Definition: small_font_double.h:31