From 97df61a7e5391e302d1a5f9069cf0b388f85e0c8 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Fri, 17 Jun 2005 21:04:27 +0000 Subject: Initial commit for new text object. Important notes: - Full compatibility with old text objects not fully restored (word spacing will be 0.0, need to set it manually to 1.0), will either need version upgrade to 238 or a hack. Will check. - lorem.c (about to be committed) contains BF copyright notice, but as BF did not exist a few hundred years ago, probably best to remove it :) - If you notice any cross-platform issues (especially beloved windows), please report - A few tiny warnings left, I will fix those issues still. The rest has been said already - so have fun testing. And please do! === Reminder: === Documentation at http://blender.instinctive.de/docs/textobject.txt === --- source/blender/makesdna/DNA_vfont_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesdna/DNA_vfont_types.h') diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h index 5f9e3f61446..df9279d6243 100644 --- a/source/blender/makesdna/DNA_vfont_types.h +++ b/source/blender/makesdna/DNA_vfont_types.h @@ -55,6 +55,9 @@ typedef struct VFont { #define FO_CURSUP 2 #define FO_CURSDOWN 3 #define FO_DUPLI 4 +#define FO_PAGEUP 8 +#define FO_PAGEDOWN 9 +#define FO_SELCHANGE 10 #endif -- cgit v1.2.3