A 2D Text Effect Element.
More...
#include <pseffect2drenderer.h>
|
| virtual void | Draw (iGraphics3D *g3d, iGraphics2D *g2d) |
| |
| | psEffect2DTextElement (int zOrder, iFont *font, const char *text, int x, int y, int fgColor, int bgColor, int outlineColor, int shadowColor, int alpha) |
| |
| virtual | ~psEffect2DTextElement () |
| |
| int | GetAlpha () const |
| |
| int | GetZOrder () const |
| |
| | psEffect2DElement (int zOrder, int alpha) |
| |
| void | SetAlpha (int alpha) |
| |
| virtual | ~psEffect2DElement () |
| |
A 2D Text Effect Element.
Definition at line 60 of file pseffect2drenderer.h.
| psEffect2DTextElement::psEffect2DTextElement |
( |
int |
zOrder, |
|
|
iFont * |
font, |
|
|
const char * |
text, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
fgColor, |
|
|
int |
bgColor, |
|
|
int |
outlineColor, |
|
|
int |
shadowColor, |
|
|
int |
alpha |
|
) |
| |
| virtual psEffect2DTextElement::~psEffect2DTextElement |
( |
| ) |
|
|
virtual |
| virtual void psEffect2DTextElement::Draw |
( |
iGraphics3D * |
g3d, |
|
|
iGraphics2D * |
g2d |
|
) |
| |
|
virtual |
| int psEffect2DTextElement::bgColor |
| int psEffect2DTextElement::fgColor |
| csRef<iFont> psEffect2DTextElement::font |
| int psEffect2DTextElement::outlineColor |
| int psEffect2DTextElement::shadowColor |
| int psEffect2DTextElement::x |
| int psEffect2DTextElement::y |
The documentation for this class was generated from the following file: