Re-enabled freetype font rendering :-)

This commit is contained in:
Alexander Ewering
2005-08-31 19:07:06 +00:00
parent 5d1972cb4e
commit c005095ea8

View File

@@ -150,6 +150,12 @@ static VFontData *vfont_get_data(VFont *vfont)
}
}
#ifdef WITH_FREETYPE2
vfont->data= BLI_vfontdata_from_freetypefont(pf);
#else
vfont->data= BLI_vfontdata_from_psfont(pf);
#endif
if (pf) {
vfont->data= BLI_vfontdata_from_psfont(pf);
if (pf != vfont->packedfile) {