d80f0aa068038c3a90166a2847cd0b969a3c7573
This is visible in VSE text strip "box" and "outline" options at least. For some fonts (mostly script/cursive type) BLF_boundbox function was calculating horizontal bounds purely from pen position and advance to the next character position. But the actual glyph can extend beyond the advance distance. Curiously, blf_font_boundbox_foreach_glyph (used by blf_str_offset_from_cursor_position and blf_str_offset_to_glyph_bounds) was already doing the correct thing and taking glyph horizontal bounds into account. Pull Request: https://projects.blender.org/blender/blender/pulls/125363
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
