VectorLib

From Valve Developer Community

VectorLib is a library written by Deathz0rz, using Anti-Grain Geometry (http://antigrain.com/) to draw vector images directly to memory. There are simple and intuitive C++ interface classes that provide you with the necessary functions to draw TTFs (http://en.wikipedia.org/wiki/TrueType) and SVGs (http://en.wikipedia.org/wiki/Scalable_Vector_Graphics). There are also VGUI classes that you can use to draw to the HUD.

Image:note.png Note: This project is still in an alpha stage and will be resumed shortly using Procedural Materials