You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot v4.4.dev (cf038de) - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 on X11 - X11 display driver, Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4060 Ti (nvidia; 565.57.01) - 13th Gen Intel(R) Core(TM) i7-13700 (24 threads)
Issue description
I found that using a custom font with emoji is very slow. It basically halt the editor.
It seem to relate to #88809 (I tried module_text_server_adv_enabled=no and module_text_server_fb_enabled=yes, but no luck)
And when I try to debug, it seem to spend all the time in XML Parsing for SVG.
I would like to help to debug and fix it but I am very new to Godot code base.
Tested versions
System information
Godot v4.4.dev (cf038de) - Arch Linux #1 SMP PREEMPT_DYNAMIC Fri, 22 Nov 2024 16:04:27 +0000 on X11 - X11 display driver, Multi-window, 2 monitors - OpenGL 3 (Compatibility) - NVIDIA GeForce RTX 4060 Ti (nvidia; 565.57.01) - 13th Gen Intel(R) Core(TM) i7-13700 (24 threads)
Issue description
I found that using a custom font with emoji is very slow. It basically halt the editor.
It seem to relate to #88809 (I tried
module_text_server_adv_enabled=no
andmodule_text_server_fb_enabled=yes
, but no luck)And when I try to debug, it seem to spend all the time in XML Parsing for SVG.
I would like to help to debug and fix it but I am very new to Godot code base.
Steps to reproduce
Minimal reproduction project (MRP)
debug-text-bug.zip
The text was updated successfully, but these errors were encountered: