Blender Git Loki
Git Commits -> Revision 061cde6
Revision 061cde6 by Ton Roosendaal (master) November 8, 2004, 15:46 (GMT) |
To end the issues with AA (International) Fonts; the .bfont.tff now is compiled in (datatoc) and doesn't need installation anymore. Also reviewed weird path conventions for searching AA fonts; - U.fontdir is only used as standard search path for fileselecting - U.fontname stores only full path to AA font if used one - If a font cannot be found, it always falls back to the compiled in one - If .B.blend is saved with default font, U.fontname is not set Also added a button in usermenu "restore default". When this works as expected, I'll commit changes for installation too. |
Commit Details:
Full Hash: 061cde65a63bc8bb74ba1d003e7c75ea556eba55
SVN Revision: 3412
Parent Commit: 5bba503
Lines Changed: +2160, -111
1 Added Path:
/source/blender/src/bfont.ttf.c (+2066, -0) (View)
11 Modified Paths:
/source/blender/ftfont/FTF_Api.h (+1, -1) (Diff)
/source/blender/ftfont/intern/FTF_Api.cpp (+4, -4) (Diff)
/source/blender/ftfont/intern/FTF_TTFont.cpp (+12, -8) (Diff)
/source/blender/ftfont/intern/FTF_TTFont.h (+1, -1) (Diff)
/source/blender/include/blendef.h (+9, -8) (Diff)
/source/blender/include/datatoc.h (+3, -0) (Diff)
/source/blender/src/headerbuttons.c (+6, -0) (Diff)
/source/blender/src/interface_draw.c (+24, -21) (Diff)
/source/blender/src/language.c (+22, -61) (Diff)
/source/blender/src/SConscript (+1, -0) (Diff)
/source/blender/src/space.c (+11, -7) (Diff)
/source/blender/ftfont/intern/FTF_Api.cpp (+4, -4) (Diff)
/source/blender/ftfont/intern/FTF_TTFont.cpp (+12, -8) (Diff)
/source/blender/ftfont/intern/FTF_TTFont.h (+1, -1) (Diff)
/source/blender/include/blendef.h (+9, -8) (Diff)
/source/blender/include/datatoc.h (+3, -0) (Diff)
/source/blender/src/headerbuttons.c (+6, -0) (Diff)
/source/blender/src/interface_draw.c (+24, -21) (Diff)
/source/blender/src/language.c (+22, -61) (Diff)
/source/blender/src/SConscript (+1, -0) (Diff)
/source/blender/src/space.c (+11, -7) (Diff)