Blender Git Commit Log

Git Commits -> Revision fc1036d

Revision fc1036d by Diego Borghetti (master)
May 8, 2009, 21:24 (GMT)
Add support for attach a file with metrics information to the font.

Fonts like Type 1, have one file with the glyph image and another
file with metrics and kerning information, this try to search if the font
have this information and load (try open the same file but with the .afm
and .pfm extension).

Also add a function to load the same information from memory, just in case
that in some point we add a font like this.

Commit Details:

Full Hash: fc1036d206bc23b371e4e04e5e257feee7f824b3
SVN Revision: 20111
Parent Commit: 749a908
Lines Changed: +66, -0

5 Modified Paths:

/source/blender/blenfont/BLF_api.h (+3, -0) (Diff)
/source/blender/blenfont/intern/blf.c (+9, -0) (Diff)
/source/blender/blenfont/intern/blf_dir.c (+34, -0) (Diff)
/source/blender/blenfont/intern/blf_font.c (+17, -0) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021