#include <textengine.h>
Public Member Functions | |
| void | set (const int fontSize, const std::shared_ptr< Color3f > &fontColor, const std::string &fontFile) |
| std::shared_ptr< Glyph > | getGlyph (wchar_t character) |
| int | lineSpacing () |
| std::shared_ptr< Vector2i > | textExtent (const std::wstring &text) |
Static Public Member Functions | |
| static TextEngine * | getInstance () |
| std::shared_ptr< Glyph > cil::TextEngine::getGlyph | ( | wchar_t | character | ) |
|
static |
| int cil::TextEngine::lineSpacing | ( | ) |
| void cil::TextEngine::set | ( | const int | fontSize, |
| const std::shared_ptr< Color3f > & | fontColor, | ||
| const std::string & | fontFile ) |
| std::shared_ptr< Vector2i > cil::TextEngine::textExtent | ( | const std::wstring & | text | ) |