sparker256 / imgui4xp

Imgui Template For X-Plane 11 Also Showing How To Support Multi Platform From Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple font (sizes)?

Clamb94 opened this issue · 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