Blender Git Loki
Git Commits -> Revision c400046
Revision c400046 by Campbell Barton (master) September 11, 2011, 08:12 (GMT) |
speedup font drawing: for ascii characters in a utf8 string use glyph_ascii_table lookup rather than call blf_glyph_search(), otherwise fallback to blf_utf8_next() and blf_glyph_search(). |
Commit Details:
Full Hash: c4000467026a1ff28eebf9cafe4a7888f814a143
SVN Revision: 40116
Parent Commit: ee15419
Lines Changed: +65, -44