#include <font.h>
Graphe de collaboration de ngn::FontManager:
Définition à la ligne 105 du fichier font.h.
Fonctions membres publiques | |
bool | init () |
initialisation | |
void | destroy () |
destruction | |
unsigned int | addFont (const std::string &freetype_font, int size, const core::Colorf &color) |
ajoute une fonte au moteur et renvoit son n° d'identification | |
void | removeFont (unsigned int ID) |
supprime une fonte du moteur par son identifiant | |
void | print (unsigned int fontID, int x, int y, const char *str,...) |
affiche le texte 'str' à la position '(x,y)' avec la fonte 'fontID' | |
int | getLineSkip (unsigned int fontID) |
renvoit la hauteur de l'entre-ligne |