mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
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. |
||
|---|---|---|
| .. | ||
| fontstash.h | ||
| nanovg.c | ||
| nanovg.h | ||
| nanovg_gl.h | ||
| nanovg_gl_utils.h | ||
| stb_image.h | ||
| stb_truetype.h | ||