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. ![image](https://user-images.githubusercontent.com/438767/209432064-b1cece33-7ed5-4f7e-81d2-cd0704892303.png) example code : ``` // Change multibyte to UTF8. // reference...