![]() |
Skylicht Engine
|
Public Member Functions | |
| void | clear () |
| void | remove (CRenderTextData *text) |
| CRenderTextData * | addText (const core::vector3df &position, const char *text) |
| CRenderTextData * | addText (const core::vector3df &position, const wchar_t *text) |
| CRenderTextData * | addText (const core::vector3df &position, const char *text, IFont *font) |
| CRenderTextData * | addText (const core::vector3df &position, const wchar_t *text, IFont *font) |
| CRenderTextData * | addText2D (const core::vector2df &position, const char *text) |
| CRenderTextData * | addText2D (const core::vector2df &position, const wchar_t *text) |
| CRenderTextData * | addText2D (const core::vector2df &position, const char *text, IFont *font) |
| CRenderTextData * | addText2D (const core::vector2df &position, const wchar_t *text, IFont *font) |
| void | initDefaultFont () |
| const core::array< CRenderTextData * > & | getRenderTexts () |
| float | getViewportWidth () |
| float | getViewportHeight () |
| void | setViewport (float w, float h) |
Protected Attributes | |
| core::array< CRenderTextData * > | m_texts |
| IFont * | m_defaultFont |
| int | m_defaultShader |
| float | m_viewportWidth |
| float | m_viewportHeight |