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
In DearPyGui, I’m experiencing an issue with dynamically loading Chinese characters. Initially, I load a subset of frequently-used characters, but when new characters are added dynamically (e.g., through lazy-loading or on-demand loading), they don’t render correctly and show as garbled text or “??”.
To address this, I attempted to reload and rebind the font with the updated character set each time new characters are detected. However, despite reloading, the new characters do not display properly, and previously loaded characters continue to display fine.
I would like to confirm:
Does DearPyGui (or its underlying ImGui) support dynamically reloading and rebinding fonts to handle new characters during runtime?
If so, what is the correct way to rebind the font so that new characters display correctly without recreating the entire font each time?
Any guidance on effectively updating the font to support additional characters without affecting performance or display would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
In DearPyGui, I’m experiencing an issue with dynamically loading Chinese characters. Initially, I load a subset of frequently-used characters, but when new characters are added dynamically (e.g., through lazy-loading or on-demand loading), they don’t render correctly and show as garbled text or “??”.
To address this, I attempted to reload and rebind the font with the updated character set each time new characters are detected. However, despite reloading, the new characters do not display properly, and previously loaded characters continue to display fine.
I would like to confirm:
Any guidance on effectively updating the font to support additional characters without affecting performance or display would be greatly appreciated.
The text was updated successfully, but these errors were encountered: