Closed Losses closed 4 years ago
You mean the size of the default font is too small? I guess Roboto-Medium
would be a better choice for high dpi screens.
fonts_dir = joinpath(@__DIR__, "..", "fonts")
fonts = CImGui.GetIO().Fonts
CImGui.AddFontFromFileTTF(fonts, joinpath(fonts_dir, "Roboto-Medium.ttf"), 16)
Is it possible to automatically handle high dpi screen problem?