nanovg/src
Olli Wang 0b37350df7 Fixes FreeType errors when dealing with multiple NVGcontext objects.
Originally there is only a shared `FT_Library` object. However, if we create multiple `NVGcontext` objects and as soon as we delete one, the shared `FT_Library` object will be released, too. And that would cause a problem for the rest of `NVGcontext` objects.
2021-12-03 00:23:26 +08:00
..
fontstash.h Fixes FreeType errors when dealing with multiple NVGcontext objects. 2021-12-03 00:23:26 +08:00
nanovg.c New ci.yml. Build nanovg on every push on ubuntu. 2020-12-25 16:43:36 +01:00
nanovg.h Single-byte typo fix 2020-11-05 04:56:25 +03:00
nanovg_gl.h modify to use dummy texture even without emscripten 2020-03-10 21:27:36 +00:00
nanovg_gl_utils.h
stb_image.h
stb_truetype.h Fixes the issue that font size is inconsistent. 2020-02-10 17:06:58 +08:00