Open paroj opened 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
merge_fonts <FontName1> [FontNameN]
must introduce bearingY so original font size is not affected.
bearingY
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