Enabled OTF fonts for all platforms (tested OK on Windows)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@351 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2008-11-16 17:52:59 +00:00
parent 1a44350060
commit 3c06848a8f

View File

@ -118,9 +118,7 @@ void Ajout_fonte(const char *Nom)
{
case EXTID('t','t','f'):
case EXTID('f','o','n'):
#ifdef __macosx__
case EXTID('o','t','f'):
#endif
Fonte->EstTrueType = 1;
Fonte->EstImage = 0;
break;