PixelLightAPI
.
|
Abstract renderer font texture. More...
#include <FontTexture.h>
Public Member Functions | |
virtual PLRENDERER_API | ~FontTexture () |
Destructor. | |
Protected Member Functions | |
PLRENDERER_API | FontTexture (FontManager &cFontManager, const PLCore::String &sFilename) |
Constructor. |
Abstract renderer font texture.
virtual PLRENDERER_API PLRenderer::FontTexture::~FontTexture | ( | ) | [virtual] |
Destructor.
PLRENDERER_API PLRenderer::FontTexture::FontTexture | ( | FontManager & | cFontManager, |
const PLCore::String & | sFilename | ||
) | [protected] |
Constructor.
[in] | cFontManager | Creating font manager |
[in] | sFilename | Filename of the font file the data came from, used to reference the new font by filename |
|