Blender Git Commit Log
Git Commits -> Revision 6bf9f38
Revision 6bf9f38 by Diego Borghetti (master) February 19, 2009, 16:39 (GMT) |
4 new function, boundbox, width, height and rotation. The rotation is through glRotatef and as you can see it's ugly, the freetype2 allow apply a transformation (2x2 mat) to the glyph before load, so I want to try using that. Another thing to add is the 4x4 mat to get the scale and size from there.. but I need commit this now to continue from my home. |
Commit Details:
Full Hash: 6bf9f383dc3d0dc271dd3ffa3e22becea5675530
SVN Revision: 19041
Parent Commit: f377be3
Lines Changed: +175, -7
6 Modified Paths:
/source/blender/blenfont/BLF_api.h (+5, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+66, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+87, -3) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+3, -0) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+1, -1) (Diff)
/source/blender/editors/space_info/space_info.c (+13, -3) (Diff)
/source/blender/blenfont/intern/blf.c (+66, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+87, -3) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+3, -0) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+1, -1) (Diff)
/source/blender/editors/space_info/space_info.c (+13, -3) (Diff)