|
| CharsetRendererV2 (ScummEngine *vm, Common::Language language) |
|
void | setCurID (int32 id) override |
|
int | getCharWidth (uint16 chr) const override |
|
| CharsetRendererV3 (ScummEngine *vm) |
|
void | printChar (int chr, bool ignoreCharsetMask) override |
|
void | drawChar (int chr, Graphics::Surface &s, int x, int y) override |
|
void | setColor (byte color, bool shadowModeSpecialFlag) override |
|
| CharsetRendererPC (ScummEngine *vm) |
|
| CharsetRendererCommon (ScummEngine *vm) |
|
int | getFontHeight () const override |
|
| CharsetRenderer (ScummEngine *vm) |
|
virtual int | getStringWidth (int arg, const byte *text) |
|
void | addLinebreaks (int a, byte *str, int pos, int maxwidth) |
|
void | translateColor () |
|
int | getCurID () |
|
virtual int | getCharHeight (uint16 chr) const |
|
virtual byte | getColor () |
|
void | saveLoadWithSerializer (Common::Serializer &ser) |
|
|
bool | _deleteFontPtr |
|
const byte * | _widthTable |
|
const byte * | _fontPtr |
|
int | _bitsPerPixel |
|
int | _fontHeight |
|
int | _numChars |
|
byte | _shadowColor |
|
ShadowType | _shadowType |
|
byte | _color |
|
ScummEngine * | _vm |
|
int32 | _curId |
|
|
enum | ShadowType { kNoShadowType,
kNormalShadowType,
kHorizontalShadowType,
kOutlineShadowType
} |
|
Common::Rect | _str |
|
int | _top |
|
int | _left |
|
int | _startLeft |
|
int | _right |
|
bool | _center |
|
bool | _hasMask |
|
VirtScreenNumber | _textScreenID |
|
bool | _blitAlso |
|
bool | _firstChar |
|
bool | _disableOffsX |
|
virtual int | getDrawWidthIntern (uint16 chr) |
|
virtual int | getDrawHeightIntern (uint16 chr) |
|
virtual void | setDrawCharIntern (uint16 chr) |
|
virtual void | setShadowMode (ShadowType mode) |
|
virtual void | drawBits1 (Graphics::Surface &dest, int x, int y, const byte *src, int drawTop, int width, int height) |
|
void | drawBits1Kor (Graphics::Surface &dest, int x1, int y1, const byte *src, int drawTop, int width, int height) |
|
The documentation for this class was generated from the following file: