|
| virtual void | draw (RenderSurface *surface, int x, int y, bool destmasked=false)=0 |
| |
|
virtual void | drawBlended (RenderSurface *surface, int x, int y, uint32 col, bool destmasked=false)=0 |
| | Draw self to a rendersurface blended (0xAABBGGRR, alpha is blend level)
|
| |
| virtual void | getSize (int &x, int &y) const |
| |
|
virtual int | getVlead () |
| | Get vlead.
|
| |
|
|
int | _width |
| |
|
int | _height |
| |
|
int | _vLead |
| |
◆ draw()
| virtual void Ultima::Ultima8::RenderedText::draw |
( |
RenderSurface * |
surface, |
|
|
int |
x, |
|
|
int |
y, |
|
|
bool |
destmasked = false |
|
) |
| |
|
pure virtual |
◆ getSize()
| virtual void Ultima::Ultima8::RenderedText::getSize |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| const |
|
inlinevirtual |
Get dimensions.
- Parameters
-
| x | Returns the width |
| y | Returns the height |
The documentation for this class was generated from the following file: