Thomas Oltmann
Thomas Oltmann
I can confirm this issue. Disabling memorystat by changing "#define USE_MEMORYSTAT 1" to "#define USE_MEMORYSTAT 0" in src/config.h circumvents this compiler error, but it is by far not enough to...
Okay, I got it working now. Here are all the problems I encountered: ### 1. said MemoryStat build issue Again, disabling MemoryStat fixes this. ### 2. Multiple tests fail to...
This is something I wanted to do for a while, I just haven't gotten around to it yet. But for the meantime, I can at least give you these tips:...
Yes, RTL languages are something that I want to support, but I'm not sure when I'll get around to it. I will have to do more research on how they...
Hi Mattias! It's great that you took the time to implement this, but I'm really not liking the changes to the interface this introduces. In the last couple of days...
Thanks for the patch! I'm currently not able to deploy it, but I'll merge it in a few days. I didn't even know that codeblocks already works for wxWidgets 3...
Thanks a lot! I'll take a closer look when I find some time, I'm quite busy at the moment.
Thank you, I'll investigate this once I find some time. > One thing I noticed is that populating the image struct with anything other than 0 results in an error....
So far I'm not able to reproduce your issue. That demo program works fine under Linux. I also tested it on Windows 10 with MinGW-w64 with the built-in system fonts....
Alright, so far I found the cause of the skewing bug that happens with libschrift-show on Windows (https://github.com/lhf/libschrift-show/issues/1). This probably won't solve your issue though.