21 #ifndef PELROCK_LARGEFONT_H 22 #define PELROCK_LARGEFONT_H 24 #include "common/file.h" 25 #include "common/str.h" 26 #include "graphics/font.h" 27 #include "graphics/surface.h" 44 static const int LARGE_FONT_CHAR_WIDTH = 12;
45 static const int LARGE_FONT_CHAR_HEIGHT = 24;
int getMaxCharWidth() const override
Definition: large_font.h:39
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
int getFontHeight() const override
Definition: large_font.h:38
int getCharWidth(uint32 chr) const override
Definition: large_font.h:30