Default font change in VL.ImGUI

Hey,

To continue the conversation from the chat, it looks like since preview 5.0-543, the default ImGUI font has changed.

I opened a patch I had saved on the previous preview (536) and all texts were bigger. Here are some screenshots for comparison :


When creating a FontConfig node, it takes the first font of the Enum as default, which in my case is Alef.

Repro patch attached here :

FontImGUI.vl (8.2 KB)

Thanks, should be fixed again in upcoming. It broke because we’re in the middle of a dependency cleanup and that particular part selecting the font had to be replaced with another method call - which turned out to be the wrong one.

Thanks for the details :)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.