Rendering multilingual text in a 3D scene.
Hello, I noticed that pull request #299 added support for freetype font rendering, but I can't find the related code submissions in the engine source code, where did they go? I need to render text in different countries in the scene, and using a font should be a good solution. Because the debugging text feature I use in the scene does not seem to support multilingual text. Or are there any other options that can support the function of rendering multilingual text in the scene?
I never finished that PR so it wasn't merged.
IIRC, the debug text rendering feature uses a hard-coded font.
Perhaps you could try RmlUi. It will allow you to setup your own fonts. https://ezengine.net/pages/docs/ui/rmlui.html