From 98bd4615b55bc66410764178148d91409bbf9ee1 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Wed, 14 Sep 2005 14:02:21 +0000 Subject: On behalf of Mika Saari, the famous Unicode Font support! Further information is available here: http://wiki.blender.org/bin/view.pl/Blenderdev/UnicodeFont3D Shortlist of features: - Unicode character support for Font3D - UI to select characters from Unicode character list - UI to select Unicode table areas - Optimized character loading (Load only those characters which are used in font object) Please test extensively if it breaks anything, try also loading/saving files, packing fonts, etc. The official text regression file in the regression suite should be a good start. Thanks to mikasaari for this very useful addition! --- source/blender/include/BIF_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BIF_interface.h') diff --git a/source/blender/include/BIF_interface.h b/source/blender/include/BIF_interface.h index 875bdbf3564..753bda9a9d3 100644 --- a/source/blender/include/BIF_interface.h +++ b/source/blender/include/BIF_interface.h @@ -151,6 +151,7 @@ struct ScrArea; #define HSVCUBE (26<<9) #define PULLDOWN (27<<9) #define ROUNDBOX (28<<9) +#define CHARTAB (29<<9) #define BUTTYPE (31<<9) -- cgit v1.2.3