|
int | getPoolId () const override |
|
int32 | getPoolTag () const override |
|
void | load (const Common::String &filename, Common::SeekableReadStream *data) |
|
void | loadTGA (const Common::String &filename, Common::SeekableReadStream *index, Common::SeekableReadStream *image) |
|
const Common::String & | getFilename () const |
|
int32 | getKernedHeight () const override |
|
int32 | getFontWidth () const override |
|
int32 | getBaseOffsetY () const override |
|
void | render (Graphics::Surface &buf, const Common::String ¤tLine, const Graphics::PixelFormat &pixelFormat, uint32 blackColor, uint32 color, uint32 colorKey) const override |
|
int32 | getCharBitmapWidth (uint32 c) const |
|
int32 | getCharBitmapPitch (uint32 c) const |
|
int32 | getCharBitmapHeight (uint32 c) const |
|
int32 | getCharKernedWidth (uint32 c) const override |
|
int32 | getCharStartingCol (uint32 c) const |
|
int32 | getCharStartingLine (uint32 c) const |
|
int32 | getCharOffset (uint32 c) const |
|
const byte * | getCharData (uint32 c) const |
|
const byte * | getFontData () const |
|
uint32 | getDataSize () const |
|
bool | is8Bit () const override |
|
int | getKernedStringLength (const Common::String &text) const override |
|
int | getBitmapStringLength (const Common::String &text) const |
|
int | getStringHeight (const Common::String &text) const |
|
const void * | getUserData () const |
|
void | setUserData (void *data) |
|
void | saveState (SaveGame *state) const |
|
void | restoreState (SaveGame *state) |
|
const Common::String & | getFilename () const |
|
int32 | getWCharKernedWidth (byte hi, byte lo) const |
|
bool | isKoreanChar (const byte hi, const byte lo) const |
|
void | setId (int id) |
|
int | getId () const override |
|
int32 | getTag () const override |
|