Christian Fillion
Christian Fillion
> Forgive me if this is a genuine answer, but you commented as fast as I posted the issue, your link leads to a zip file on discord that is...
Rebased against the master branch. Separate patch for the docking branch including conflict resolutions: Expand ```diff diff --git a/imgui.cpp b/imgui.cpp index 277df8d3..345f9cca 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -19246,7 +19246,7...
> (1) Any reason why this is still a draft? Figured I'd give it time for additional testing, but I think it's good now: so far since [releasing](https://github.com/cfillion/reaimgui/releases/tag/v0.10) it, the...
It's just `ascent - descent` now as per EDIT2 because the included line gap in `metrics.height` turned out to be undesirable. The previous iterations of the PR were: 1. `baked->LineHeight...
> TableAngledHeadersRowEx() uses g.FontSize a few times is that desired? Yes, as they refer to the X axis rotated (plus `line_off_step_x` with `LineHeight` makes the text blurry at angle =...
Perhaps it could dynamically switch depending on whether the font has a line gap? ```cpp const FT_Pos line_gap = metrics.height - metrics.ascender + metrics.descender; baked->Descent = (float)(metrics.descender >> 6) *...
> (branching on line_gap>0) written as is doesn't seem to fix Helvetica or Cousine being too high? but using metrics.Ascender for Ascent does Helvetica and Cousine don't have a line...
I was using `Button` with `FramePadding.y = 0` and `ItemSpacing.y = 5`. No scaling or other non-default settings. Firefox 142.0.1 on Linux using freetype2 2.13.3. `Text`+`DebugDrawItemRect`+`ItemSpacing.y=5` has the red rectangles...
At 12px (G=Firefox's logic, h=too high, l=too low, H=way too high, dot=OK): | | A | B | C | D | E | F | G | | |---------------|---|---|---|---|---|---|---|-------------------------|...
I've had this happen today (MK4 6.1.3+7898). After an object has been cancelled, subsequent color changes skips the "Unloading" step and jumps to "Was filament unload successful?" instead. I had...