Pascal Thomet
Pascal Thomet
I am the author of [Dear ImGui Bundle](https://github.com/pthom/imgui_bundle), which I initially developed because I wanted to have autogenerated and documented bindings for the docking branch and the possibility to add...
Hi, Thanks for letting me know! This is fixed by https://github.com/pthom/imgui_bundle/commit/496f3081f5ea0e01320c9afe195561c20324307b You should be able to download wheels at https://github.com/pthom/imgui_bundle/actions/runs/14059936680
> There seem to be some issue with the way you read in the whole file Yes, there was an issue in how the code is read: one should write...
I suspect this happened with the pypi version. It was fixed in the source, but the fix is not available yet on pypi. you may either compile from source, or...
@sammycage : You are probably right, there is something sniffy in the various components chain (ImGui => FreeType => LunaSvg). Here is how I came to this conclusion: I saw...
@ocornut: what do you think? Is is related to Freetype? Or maybe to ImGui?
I have a suspect inside Freetype, namely ttsvg.c. More info: If we look at the evolution of the svg document sizes per glyph, we have: ``` glyph_i: 0 / 1427...
And finally, there is a probably related issue for freetype about the same font (NotoColorEmoji): Freetype does not support 'COLR' v1 tables (whatever that means), but as it appears, it...
I posted the issue to Freetype: https://gitlab.freedesktop.org/freetype/freetype/-/issues/1265
Summary of the current situation: ``` 23M NotoColorEmoji-Regular.ttf. // probable issue with Freetype (colored, probably COLR v1) 10M OpenMoji-color-colr0_svg.ttf // probable issue with Freetype (colored, probably COLR v0) 858K NotoEmoji-Regular.ttf...