Castor3D 0.16.0
Multiplatform 3D engine
|
Loader de Font. Plus de détails...
#include <Font.hpp>
Fonctions membres publiques | |
CU_API | BinaryLoader ()=default |
Constructeur. | |
CU_API bool | operator() (Font &font, Path const &path, uint32_t height) |
Charge une police. | |
Fonctions membres publiques hérités de castor::BinaryLoader< Font > | |
BinaryLoader ()=default | |
Constructeur. | |
~BinaryLoader () noexcept override=default | |
Destructeur. | |
Fonctions membres publiques hérités de castor::Loader< T, FT > | |
Loader ()=default | |
Constructeur. | |
virtual | ~Loader () noexcept=default |
Destructeur. | |
virtual bool | operator() (T &object, Type &file) |
Lit une ressource à partir d'un fichier. | |
Membres hérités additionnels | |
Types protégés hérités de castor::BinaryLoader< Font > | |
using | Type |
Types protégés hérités de castor::Loader< T, FT > | |
using | Type = typename FileTyper< FT >::Type |
Fonctions membres protégées hérités de castor::NonMovable | |
NonMovable ()=default | |
Constructeur. | |
~NonMovable () noexcept=default | |
Destructeur. | |
|
default |
Constructeur.
CU_API bool castor::Font::BinaryLoader::operator() | ( | Font & | font, |
Path const & | path, | ||
uint32_t | height ) |
Charge une police.
[in,out] | font | La police à charger |
[in] | path | Le chemin du fichier contenant la police |
[in] | height | La précision de la police |