#include <CGUITTFont.h>
|
std::optional< std::string > | filename |
|
FT_Face | face |
|
std::string | face_buffer |
| Must not be deallocated until we are done with the face!
|
|
◆ SGUITTFace()
irr::gui::SGUITTFace::SGUITTFace |
( |
std::string && | buffer | ) |
|
◆ ~SGUITTFace()
irr::gui::SGUITTFace::~SGUITTFace |
( |
| ) |
|
◆ createFace()
SGUITTFace * irr::gui::SGUITTFace::createFace |
( |
std::string && | buffer | ) |
|
|
static |
◆ dropFilename()
void irr::gui::SGUITTFace::dropFilename |
( |
| ) |
|
◆ getFreeTypeLibrary()
FT_Library irr::gui::SGUITTFace::getFreeTypeLibrary |
( |
| ) |
|
|
staticprivate |
◆ loadFace()
SGUITTFace * irr::gui::SGUITTFace::loadFace |
( |
const io::path & | filename | ) |
|
|
static |
◆ face
FT_Face irr::gui::SGUITTFace::face |
◆ face_buffer
std::string irr::gui::SGUITTFace::face_buffer |
Must not be deallocated until we are done with the face!
◆ faces
std::map< io::path, SGUITTFace * > irr::gui::SGUITTFace::faces |
|
staticprivate |
◆ filename
std::optional<std::string> irr::gui::SGUITTFace::filename |
◆ freetype_library
FT_Library irr::gui::SGUITTFace::freetype_library = nullptr |
|
staticprivate |
◆ n_faces
std::size_t irr::gui::SGUITTFace::n_faces = 0 |
|
staticprivate |
The documentation for this struct was generated from the following files: