Karl-Heinz Wallwitz
Karl-Heinz Wallwitz
I'll try that later today. Thanks. :)
Works. :) Is it worth it to make a PR for this or should it be fixed in the upcoming c-imgui version if still needed?
I'll check. Last time I couldn't get it to run with master. I'll try again and report back. :)
Still persists on master as well. It also leads to this odd window that keeps getting bigger like mentioned in #155 . But I can see the fonts in the...
@mikigal did you try it on 150% yet? The behaviour is not the same. I also read, that on 125% windows API may return a faulty scale, so maybe that...
@wilsonmfaria that is a nice workaround. The one thing happening here is, that `g.Context.GetPlatform().GetContentScale()` will always return 1 with that. Therefore it is hard to position and size a window...
I think there is a different underlying issue with the font atlas. I threw together a simple example. Will post it in a second. (Also tried the master with it,...
Added my findings in a new issue, as I think it is not related to the `SetFontSize` but to `AddFont` or the Font Atlas. Issue is here: https://github.com/AllenDang/giu/issues/759
> @0xkalle May I ask you to try again with v0.8.1? The issue from your previous post was fixed in #810 "Grow to death" is gone. 👍 Font sizes are...
I am also ready to test with https://github.com/denoland/deno/issues/26735 as soon as I should.