21 #ifndef PELROCK_LARGEFONT_H 22 #define PELROCK_LARGEFONT_H 24 #include "graphics/font.h" 41 static const int LARGE_FONT_CHAR_WIDTH = 12;
42 static const int LARGE_FONT_CHAR_HEIGHT = 24;
int getMaxCharWidth() const override
Definition: large_font.h:36
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
int getFontHeight() const override
Definition: large_font.h:35
int getCharWidth(uint32 chr) const override
Definition: large_font.h:27