mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Made FreeType support a bit clearer
This commit is contained in:
parent
42afd62df2
commit
c80df84140
2 changed files with 16 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue