From 50ad38cf569376d529befcc37172116859286698 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Thu, 15 Jan 2004 20:34:54 +0000 Subject: Changed the Font editing panel so it displays the Postscript name of the font. Also supplied tooltip information for the buttons in the Font panel. --- source/blender/blenlib/BLI_vfontdata.h | 1 + 1 file changed, 1 insertion(+) (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 6485a0aa48e..516bfb15f3f 100644 --- a/source/blender/blenlib/BLI_vfontdata.h +++ b/source/blender/blenlib/BLI_vfontdata.h @@ -49,6 +49,7 @@ typedef struct VFontData { float resol[MAX_VF_CHARS]; float width[MAX_VF_CHARS]; float *points[MAX_VF_CHARS]; + char name[128]; } VFontData; /** -- cgit v1.2.3