StefanKubsch / stb_truetype.hpp

The famous stb_truetype.h library, stripped down and converted to C++
The Unlicense
3 stars 1 forks source link
library public-domain rendering single-header truetype

stb_truetype.hpp

stb_truetype.hpp - under development - public domain

authored/modified in 2019 by Stefan Kubsch

a stripped down version of stb_truetype.h

Original version infos: stb_truetype.h - v1.21 - public domain authored from 2009-2016 by Sean Barrett / RAD Game Tools

WHY AND WHAT?

Since I only use the "old" 3D API in my project, I removed all unrelated stuff and tried to "upgrade" the original code to C++.

This lib is perfect if you just need following functions to generate a simple atlas-bitmap for further use with e.g. OpenGL:

CONVERSION TO C++

WHAT I DID SO FAR:

FURTHER NOTES:

TO DO: