Michał Cichoń

Results 177 comments of Michał Cichoń

@meshula There is a baseline offset available now ![image](https://user-images.githubusercontent.com/1197433/142783606-dadfda41-22ec-4d84-a6fa-5f03d8850fdc.png)

From conversation outside of github. > What value to do see separating LineHeight and LineAdvance? LineAdvance is used in multiline context allowing to control how much new lines will advance....

Changes: - I squashed tiny fixups together - Pushed a commit that removes ExtraLineAdvance in favor ExtraLineHeight

I cannot reproduce the issue. I tried also putting list in child window. Is your copy of ImGui older than 1.86 WIP (18510)? Clipper had some bug fixed, if you...

Ok, i will try to reproduce with that. In the mean time, you might be interested with a few commits from [feature/hidpi-support](https://github.com/thedmd/imgui/commits/feature/hidpi-support). Mainly: * aa4e8efabfeb195c9f7281aa02426df963731b11 - Adds `float ImFontConfig::Density`, you...

> I have hi-dpi support on Windows and Linux by changing font size. What is this feature branch improving here? Main perk is you can keep font size constant. UI...

> That's how it currently works. The only platform where it's broken is MacOS (because ImGui behaves differently there). On my branch I made osx example work. Granted this was...

@ocornut If you find a minute please confirm that what I got is an intended behavior. Thanks!

Now it dangle at v1.89 (18808) :)