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
Improve the font rendering for Windows specifically by using the following code.
importctypes# Include the following code before showing the viewport/calling `dearpygui.dearpygui.show_viewport` and set a bigger font size with DPG.ctypes.windll.shcore.SetProcessDpiAwareness(2)
The text was updated successfully, but these errors were encountered:
Improve the font rendering for Windows specifically by using the following code.
The text was updated successfully, but these errors were encountered: