sparker256/imgui4xp

Multiple font (sizes)?

Clamb94 opened this issue · 0 comments

Hi, I'm using your code, and it works great so far.
Do you know if it's possible to use different fonts at the same time?

I'm mainly interested in increasing the font size, which works using ImGui::SetWindowFontScale(2.00), but the text will get quite pixelated.
Using a larger font as default works as well, but using ImGui::SetWindowFontScale(0.5) makes the text look weird as well.

Best regards
Axel