OGRECave / ogre

scene-oriented, flexible 3D engine (C++, Python, C#, Java)
https://ogrecave.github.io/ogre/
MIT License
4.02k stars 981 forks source link

Allow merging font ranges #3244

Open paroj opened 1 month ago

paroj commented 1 month ago

to enable using icon fonts.

see: https://github.com/ocornut/imgui/blob/master/docs/FONTS.md#using-icon-fonts

add merge_fonts <FontName1> [FontNameN] here: https://ogrecave.github.io/ogre/api/latest/_font-_definition-_scripts.html#autotoc_md109

paroj commented 2 weeks ago

must introduce bearingY so original font size is not affected.