Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-05-10 20:35:28 +0400
committerStefan Gartner <stefang@aon.at>2003-05-10 20:35:28 +0400
commitb3c48c4d2ca2f8871fcd2612f8614bfd18cf3c40 (patch)
treeef15f101bb1e3ccd1c560af380d7664043a5389b /source/blender/blenlib/BLI_vfontdata.h
parent1ecddea4624856ff694fdeee9c643b2df54c536f (diff)
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.
Diffstat (limited to 'source/blender/blenlib/BLI_vfontdata.h')
-rw-r--r--source/blender/blenlib/BLI_vfontdata.h3
1 files changed, 0 insertions, 3 deletions
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
-