tornavis/source/blender/blenfont
Bastien Montagne b24712a9ca Fix (studio-reported) broken handling of relative font paths.
`blf_dir_search` BLF util would not properly handle relative fonts not
found in pre-defined 'system fonts' directoriesi stored in
`global_font_dir` global variable.

Now it rebases relative paths to current .blend file location as
expected.

Note: the fact that VSE is setting font ptaths relative by default is
probably not actually desired, but this is another issue really. See
`BKE_sequencer_text_font_load` code.
2020-12-15 18:22:22 +01:00
..
intern Fix (studio-reported) broken handling of relative font paths. 2020-12-15 18:22:22 +01:00
BLF_api.h Cleanup: spelling 2020-10-26 15:59:08 +11:00
CMakeLists.txt Cleanup: split BLF default into own file 2020-10-22 17:24:19 +11:00