Lee Seokhyun
Results
2
comments of
Lee Seokhyun
"**_nanogui_resources.h_**" file is automatically generated when you run CMake. You should run CMake before build this library. (See **Compiling** section of this github main page.) You can see the script...
Use _**nvgCreateFont**_ method to load extra font(.ttf) files. You don't need to recompile this library to support CJK.  example code : ``` // Change multibyte to UTF8. // reference...