omar
omar
Why not just creating a heap for the backend, aside from your existing ones?
I don’t know, you may need to do a bit of research to help find a solution. Note that upcoming change (see the dynamic_fonts topic pinned) will have the backend...
I’m still interested in #2697 as a possible way to solve that too.
1 or 2 months for dynamic_fonts Meaning whatever solution you come up with now will need to work with that more dynamic logic. But it’d be great to find a...
Hello, We currently don't have a very official logo, but this year started to sneakily enable a visual that would appear as preview of external social media links. If you...
It seems odd to be inventing a logo for a project that's not yours. Why not using the logo I provided?  
> I would gladly use the one you showed on social media or blog posts though. Not sure what you are referring to. Feel free to resize/crop the above if...
The images above are the intended visual identity, but I will work toward sharing a nice folder with it in various shapes, ratio and sizes. I realize it is not...
Your problem is that you are modifying style values after `BeginListBox()` (which calls `Begin()`) and those values are solely used by `Begin()` so the modification happens too late. You can...