Closed Catvert closed 6 years ago
Looks like NK uses stack instead of linked list for font storage. Fixed in https://github.com/snuk182/nuklear-rust/commit/8587eb73f49a4a25e52ec966d51674500cc78de7 .
I'm still getting this issue in version 0.6. My code is almost identical to the code shared above.
Hi ! I've tried to add multiple fonts size in my program. I did the following, like samples :
Unfortunately, nuklear use the 32px font if I set the font_14 in the Context constructor and inversely when I set the font 32. It's very weird, I've checked my code several times without success. I have also tried to use different FontConfig instance without success.
Thanks for your help.