21 #ifndef PELROCK_SMALLFONT_H 22 #define PELROCK_SMALLFONT_H 24 #include "graphics/font.h" 28 static const int kNumChars = 256;
47 static const int SMALL_FONT_CHAR_WIDTH = 8;
48 static const int SMALL_FONT_CHAR_HEIGHT = 8;
void drawChar(Graphics::Surface *dst, uint32 chr, int x, int y, uint32 color) const override
int getFontHeight() const override
Definition: small_font.h:38
int getMaxCharWidth() const override
Definition: small_font.h:39
Definition: small_font.h:30
int getCharWidth(uint32 chr) const override