RobLoach / raylib-nuklear

Nuklear immediate mode GUI for raylib
https://robloach.github.io/raylib-nuklear/
zlib License
151 stars 22 forks source link

Add Nuklear's default font with LoadFontFromNuklear() #62

Closed RobLoach closed 7 months ago

RobLoach commented 8 months ago

Fixes #11

@redthing1 Got this in place. Rather than using Nuklear's font rendering, I've brought the font itself into an embedded header. Not sure if this is the best way to handle it, but it does seem like it's working.