22 #ifndef TEENAGENT_FONT_H 23 #define TEENAGENT_FONT_H 25 #include "common/str.h" 26 #include "graphics/surface.h" 37 void load(
const Pack &pack,
int id, byte height, byte widthPack);
40 static void grid(
Graphics::Surface *surface,
int x,
int y,
int w,
int h, byte color);
42 byte getHeight() {
return _height; }
43 void setShadowColor(byte color) { _shadowColor = color; }
47 byte _gridColor, _shadowColor;
48 byte _height, _widthPack;