nanovg/src
Geoff 52265fe278
Fixed Signed/Unsigned Comparison Warning
In Visual Studio 17, I get warnings related to these variables:
````
fontstash.h(241): warning C4018: '<': signed/unsigned mismatch
fontstash.h(242): warning C4018: '<': signed/unsigned mismatch
````

Making them unsigned fixes it.
2020-03-20 09:51:00 +01:00
..
fontstash.h Fixed Signed/Unsigned Comparison Warning 2020-03-20 09:51:00 +01:00
nanovg.c Fixed nvgTextBreakLines returning bad minx 2020-03-07 23:01:56 +02:00
nanovg.h Merge pull request #560 from olliwang/font 2020-02-28 12:06:32 +02:00
nanovg_gl.h modify to use dummy texture even without emscripten 2020-03-10 21:27:36 +00:00
nanovg_gl_utils.h Only apply fallback if GL_DEPTH24_STENCIL8 is defined 2017-09-23 10:32:17 -04:00
stb_image.h Increased SCRATCH_FONS_SCRATCH_BUF_SIZE to 64000 2016-01-27 10:52:34 -08:00
stb_truetype.h Fixes the issue that font size is inconsistent. 2020-02-10 17:06:58 +08:00