From a9da1fc0e8af5371444ba15626fce918d4c15e4d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 1 Aug 2009 22:33:18 +0000 Subject: remove own postscript font loading code (rely on freetype now) --- source/blender/blenlib/BLI_vfontdata.h | 13 ------------- 1 file changed, 13 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 bd89959801a..070d8d12c08 100644 --- a/source/blender/blenlib/BLI_vfontdata.h +++ b/source/blender/blenlib/BLI_vfontdata.h @@ -67,19 +67,6 @@ struct TmpFont struct VFont *vfont; }; - -/** - * Construct a new VFontData structure from - * PostScript font data in a PackedFile. - * - * @param pf The font data. - * @retval A new VFontData structure, or NULL - * if unable to load. - */ - VFontData* -BLI_vfontdata_from_psfont( - struct PackedFile *pf); - /** * Construct a new VFontData structure from * Freetype font data in a PackedFile. -- cgit v1.2.3