Made FreeType support a bit clearer

This commit is contained in:
Caleb Gingles 2014-05-22 09:53:02 -04:00
parent 42afd62df2
commit c80df84140
2 changed files with 16 additions and 15 deletions

View file

@ -4,7 +4,7 @@
NanoVG
==========
NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable user interfaces and visualizations.
NanoVG is small antialiased vector graphics rendering library for OpenGL. It has lean API modeled after HTML5 canvas API. It is aimed to be a practical and fun toolset for building scalable user interfaces and visualizations.
## Screenshot
@ -100,5 +100,5 @@ The library is licensed under [zlib license](LICENSE.txt)
[NanoVG mailing list](https://groups.google.com/forum/#!forum/nanovg)
## Links
Uses [stb_truetype](http://nothings.org) for font rendering.
Uses [stb_truetype](http://nothings.org) (or, optionally, [freetype](http://freetype.org)) for font rendering.
Uses [stb_image](http://nothings.org) for image loading.