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:
authorRob Haarsma <phaseIV@zonnet.nl>2004-01-15 23:34:54 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2004-01-15 23:34:54 +0300
commit50ad38cf569376d529befcc37172116859286698 (patch)
treed3c3e0dcfbb68cb6826507ed2454700171c4a814 /source/blender/blenlib/BLI_vfontdata.h
parent3b1b0f3ef54bfee14e1e547e9c91b5bbecf5d675 (diff)
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.
Diffstat (limited to 'source/blender/blenlib/BLI_vfontdata.h')
-rw-r--r--source/blender/blenlib/BLI_vfontdata.h1
1 files changed, 1 insertions, 0 deletions
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;
/**