|
|
◆ MLV_create_window_with_default_font()
| void MLV_create_window_with_default_font |
( |
const char * | window_name, |
|
|
const char * | icone_name, |
|
|
unsigned int | width, |
|
|
unsigned int | height, |
|
|
const char * | path_to_font, |
|
|
unsigned int | size_font ) |
Même chose que MLV_create_window(), mais en utilisant une fonte de caractères particulière.
- Bogue
- Même bogues que la fonction MLV_create_window().
- Paramètres
-
| window_name | Le nom de la fenêtre. |
| icone_name | Le nom de l'icône de la fenêtre. |
| width | La largeur de la fenêtre. |
| height | La hauteur de la fenêtre. |
| path_to_font | Le chemin d'accès vers une fonte de caratères au standard 'TrueType' (fichiers d'extension .ttf). |
| size_font | La taille de la fonte de caractères. la hauteur de la fenêtre. |
|