nfengine
nfengine copied to clipboard
Redesign fonts rendering system
- Move fonts rendering routines to the engine's code, so that renderer module does not use FreeType library.
- Provide better API: currently text alignment options are hidden in GuiRenderer.hpp header.
- Implement distance-field-based font rendering (see http://contourtextures.wikidot.com/).