Text tool: corrected colors, various fixes.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@320 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-11-02 19:03:11 +00:00
parent 3b4149be49
commit de2f95863d
6 changed files with 63 additions and 16 deletions

View File

@@ -32,5 +32,7 @@ byte *Rendu_Texte(const char *Chaine, int Numero_fonte, int Taille, int AntiAlia
char * Libelle_fonte(int Indice);
// Trouve le nom d'une fonte par son numéro
char * Nom_fonte(int Indice);
// Vérifie si une fonte donnée est TrueType
char * TrueType_fonte(int Indice);
// Nombre de fontes déclarées
extern int Fonte_nombre;