Blender Git Loki
Git Commits -> Revision 16a6174
Revision 16a6174 by Diego Borghetti (master) February 17, 2009, 16:56 (GMT) |
Making the things compiled!! I change the #if 0 with #if WITH_FREETYPE2, also fix a lot of typos, etc. This is the basic but now it draw text!!, I am using the "User Preference" space to test the library, nobody is working on that and the option are in the outliner now so... TODO-next: using the 4x4 mat, string size, bounding box, aspect and rotate. Notes: I update the Makefile, missing some include and other things so maybe scons, cmake and msvc also need update ? |
Commit Details:
Full Hash: 16a61743e133e505bd4666ad30d1697764171ad8
SVN Revision: 19011
Parent Commit: 9aa7e98
Lines Changed: +336, -81
14 Modified Paths:
/source/blender/blenfont/BLF_api.h (+12, -4) (Diff)
/source/blender/blenfont/intern/blf.c (+81, -16) (Diff)
/source/blender/blenfont/intern/blf_dir.c (+12, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+44, -17) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+67, -29) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+23, -0) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+8, -8) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+10, -0) (Diff)
/source/blender/blenfont/intern/Makefile (+37, -1) (Diff)
/source/blender/editors/interface/text.c (+12, -2) (Diff)
/source/blender/editors/space_info/Makefile (+1, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+23, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -1) (Diff)
/source/blender/blenfont/intern/blf.c (+81, -16) (Diff)
/source/blender/blenfont/intern/blf_dir.c (+12, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+44, -17) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+67, -29) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+23, -0) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+8, -8) (Diff)
/source/blender/blenfont/intern/blf_lang.c (+10, -0) (Diff)
/source/blender/blenfont/intern/Makefile (+37, -1) (Diff)
/source/blender/editors/interface/text.c (+12, -2) (Diff)
/source/blender/editors/space_info/Makefile (+1, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+23, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -1) (Diff)