golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

Added tip for nk_draw_text #45

Closed xiaokangwang closed 6 years ago

xiaokangwang commented 6 years ago

Another pr for tip. nk_draw_text should receive a pointer to a UserFont, not an array of it.

xlab commented 6 years ago

Many thanks for your contributions!

xiaokangwang commented 6 years ago

You are welcome~ Just sharing my solution to problems encountered.