ronaaron

Results 64 comments of ronaaron

OK, scratch the "nk_unique_id()" :) Nevertheless, I find it irritating that we have so much fairly inefficient code (all the strlen and murmur_hash business).

Yeah, I'm actually changing (re #81) in my own repo because all that strlen stuff makes no sense, and in my use-case I always have the string length at hand....

OK, I see the 'x11' sample actually has a simple version solely for X11. If anyone has a version using stb_truetype, I'm very interested

The attached file is a modified version of the demo/sdl_openg3/main.c which demonstrates the problem. Compile it, and then give a font size and font file name on the command line....

I'm working on trying to implement a "bake-on-demand" method using the stb stuff. I'm having a bit of trouble figuring out just how one decides how big a bitmap (WxH)...

Um... yes, I know I submitted #54... I even mentioned that in the third post here. OK, I was hoping some one of the maintainers of Nuklear knew how the...

I have been able to 'demand-load' font pages (e.g. unicode pages) using stb_truetype, and write out the image data. That part works fine. What I'm having trouble with is that...

I don't have this code checked in to where a PR is possible. Why not just create a tracking issue to work out the issues?

[My fork](https://github.com/ronaaron/Nuklear) has a fix to support what I'm currently doing in 8th, which is "demand-loading" of fonts by unicode-pages. The problem in current Nuklear is that when drawing text,...

It is stable AFAICT, and it was specifically tested on large Chinese fonts (e..g at large size, like 70px). The language doesn't make a difference, since the glyph is looked...