25 #include "graphics/font.h" 26 #include "common/path.h" 30 extern const char *
const kFontSmall;
31 extern const char *
const kFontBig;
47 kLineActiveColor = 254,
48 kLineInactiveColor = 255
61 uint8 getFontHeight()
const {
return _fontHeight; }
62 uint8 getMaxCharWidth()
const {
return _maxCharWidth; }
63 uint8 getCharWidth(byte chr)
const;
64 void drawChar(
Surface *dst, uint8 chr,
int tx,
int ty,
int with_color)
const;
66 void drawString(
Surface *dst,
const byte *str, uint len,
int x,
int y,
int with_color,
67 int spacing,
bool markDirty)
const;
69 int x,
int y,
int with_color,
int spacing,
bool markDirty)
const;
73 uint getLineWidth(
const Common::String &str, uint startIndex,
int spacing)
const;
86 static const uint kCharNum = 138;
92 static const uint kCharIndexOffset = 32;
100 #endif // DRACI_FONT_H
Definition: animation.h:30