Public Member Functions | |
bool | wrapText (FontResource *font, uint16 *text, WidthHeight *dimensions, Common::Point offsPt, uint textFlags, uint16 *&outTextPtr) |
void | drawText (Screen *screen, Graphics::Surface *surface, uint16 backgroundColor, uint16 borderColor) |
Protected Attributes | |
FontResource * | _font |
uint16 * | _text |
WidthHeight * | _dimensions |
Common::Point | _offsPt |
uint | _textFlags |
Graphics::Surface * | _surface |
Common::Array< TextLine > | _textLines |