Georg

Results 5 issues of Georg

Hey, using icon fonts (and also possibly the MultipleFonts example) seems to be broken since the migration to cimgui-go. Below is the code example, which correctly displays icons on v0.7.0...

bug

### What happend? If one is adding fonts containing e.g. icons or other special charactes with `FontAtlas.SetDefaultFont(...)` and uses `StyleSetter.SetFontSize(...).To(...)` afterwards, only text/characters/glyphs contained in the last added default font...

enhancement
good first issue

While trying to improve the python type-stubs i noticed the following: In `aui.pyi`: ```python class AuiTabArt(object): def GetBestTabCtrlSize(self, , , ): ... ``` Notice the empty parameter names. I think...

Basically implement the comment by @lojack5 from https://github.com/wxWidgets/Phoenix/pull/2668#issuecomment-2722983250 I plan to submit a PR soon(ish).

- Implements the 2 stage etg execution described in https://github.com/wxWidgets/Phoenix/pull/2668#issuecomment-2722983250 The cache file contents look like this for one of my runs (don't know if they depend on platform/python version/...)...