From b3c48c4d2ca2f8871fcd2612f8614bfd18cf3c40 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Sat, 10 May 2003 16:35:28 +0000 Subject: enable truetype fonts for text objects when building with the original Makefiles. Platform manages should check nan_definitions.mk and set INTERNATIONAL to true for their platforms. --- source/blender/blenlib/BLI_vfontdata.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenlib/BLI_vfontdata.h') diff --git a/source/blender/blenlib/BLI_vfontdata.h b/source/blender/blenlib/BLI_vfontdata.h index b6ec749b50a..6485a0aa48e 100644 --- a/source/blender/blenlib/BLI_vfontdata.h +++ b/source/blender/blenlib/BLI_vfontdata.h @@ -63,7 +63,6 @@ typedef struct VFontData { BLI_vfontdata_from_psfont( struct PackedFile *pf); -#ifdef WITH_FREETYPE2 /** * Construct a new VFontData structure from * Freetype font data in a PackedFile. @@ -77,5 +76,3 @@ BLI_vfontdata_from_freetypefont( struct PackedFile *pf); #endif -#endif - -- cgit v1.2.3