Public Member Functions | |
MartianFont (int height, Common::SeekableReadStream &s) | |
Public Member Functions inherited from Access::Font | |
virtual | ~Font () |
int | charWidth (char c) |
int | stringWidth (const Common::String &msg) |
bool | getLine (Common::String &s, int maxWidth, Common::String &line, int &width) |
void | drawString (BaseSurface *s, const Common::String &msg, const Common::Point &pt) |
int | drawChar (BaseSurface *s, char c, Common::Point &pt) |
Additional Inherited Members | |
Static Public Attributes inherited from Access::Font | |
static byte | _fontColors [4] |
Protected Member Functions inherited from Access::Font | |
Font (byte firstCharIndex) | |
Protected Attributes inherited from Access::Font | |
byte | _firstCharIndex |
int | _bitWidth |
int | _height |
Common::Array< Graphics::Surface > | _chars |
Access::MartianFont::MartianFont | ( | int | height, |
Common::SeekableReadStream & | s | ||
) |
Constructor