|
| CharsetRendererMac (ScummEngine *vm, const Common::Path &fontFile) |
|
void | setCurID (int32 id) override |
|
int | getStringWidth (int arg, const byte *text) override |
|
int | getFontHeight () const override |
|
int | getCharWidth (uint16 chr) const override |
|
void | printChar (int chr, bool ignoreCharsetMask) override |
|
void | setColor (byte color, bool) override |
|
| CharsetRendererCommon (ScummEngine *vm) |
|
| CharsetRenderer (ScummEngine *vm) |
|
virtual void | drawChar (int chr, Graphics::Surface &s, int x, int y) |
|
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) |
|
|
int | getDrawWidthIntern (uint16 chr) const |
|
void | printCharInternal (int chr, int color, bool shadow, int x, int y) |
|
byte | getTextColor () |
|
byte | getTextShadowColor () |
|
|
const Graphics::Font * | _font |
|
bool | _useCorrectFontSpacing |
|
bool | _pad |
|
int | _lastTop |
|
Graphics::Surface * | _glyphSurface |
|
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 |
|
The documentation for this class was generated from the following file: