#include <font.h>
Public Member Functions | |
| Font (const int size, const std::shared_ptr< Color3f > &color, const std::string &file) | |
| ~Font () | |
| std::shared_ptr< Glyph > | getGlyph (wchar_t character) |
| int | size () const |
| std::shared_ptr< Color3f > | color () const |
| std::string | file () const |
| int | lineSpacing () |
| std::shared_ptr< Vector2i > | textExtent (const std::wstring &text) |
| cil::Font::Font | ( | const int | size, |
| const std::shared_ptr< Color3f > & | color, | ||
| const std::string & | file ) |
| cil::Font::~Font | ( | ) |
| std::shared_ptr< Color3f > cil::Font::color | ( | ) | const |
| std::string cil::Font::file | ( | ) | const |
| std::shared_ptr< Glyph > cil::Font::getGlyph | ( | wchar_t | character | ) |
| int cil::Font::lineSpacing | ( | ) |
| int cil::Font::size | ( | ) | const |
| std::shared_ptr< Vector2i > cil::Font::textExtent | ( | const std::wstring & | text | ) |