ezEngine icon indicating copy to clipboard operation
ezEngine copied to clipboard

Rendering multilingual text in a 3D scene.

Open guosuying2012 opened this issue 9 months ago • 1 comments

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?

guosuying2012 avatar Mar 26 '25 02:03 guosuying2012

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

jayrulez avatar Mar 26 '25 10:03 jayrulez