PavelSharp

Results 23 comments of PavelSharp

Hello, @StrikerTheHedgefox! Thank you for reporting the issue. Unfortunately, I wasn't able to reproduce the behavior shown in your screenshot within a reasonable amount of time. I tried various combinations...

> Fonts are custom @StrikerTheHedgefox I apologize if this sounds intrusive, but could you share the exact font name or a link to download it? Alternatively, does the issue also...

After some time, I tried to reproduce the issue again, but everything still looks correct and properly aligned on my side. It’s possible I’m missing a very specific condition. Below...

@StrikerTheHedgefox Of course, resizing the nuklear window does not trigger the issue. Everything works perfectly 🙂 Interactively tested with the `NK_WINDOW_SCALABLE` flag. I hope you’ll find some time to make...

@StrikerTheHedgefox Actually, I’m working in VS on Windows. I’m going to share my `CMakeLists.txt`, which handles almost everything automatically, but you’ll need to create a folder `include\nuklear` and put `nuklear.h`...

After a while, I found out that there are actually a lot more problems with the `nk_text_camp` function (see figure). Source code ```C #include #include #include #include #include #define NK_INCLUDE_FIXED_TYPES...

Good evening, @Xeverous! Thank you for reporting the issue. I did some testing and would like to share the results. In `overview.c`, on the `Simple` tab, the demo uses a...

@Xeverous The demo (`overview.c`) uses a fixed layout for some widgets, which is why the text is getting cut. In this specific case, the only solution is to adjust the...

> with MSYS2 and UCRT64 Looks like this issue has already been reported in #810. Moreover, PR #811 already exists and needs our review

Hello, @Emily-TTG. Thanks a lot for reporting this. The underlying issue was introduced after PR #185 was merged. Besides that, it results in undefined behavior in `style_configurator.c` whenever `nk_bool` is...