]> git.tdb.fi Git - libs/gl.git/commit
Add a class for easier text rendering
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Jul 2015 20:36:54 +0000 (23:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Jul 2015 20:36:54 +0000 (23:36 +0300)
commit31e788548ca4875539ad59c4fbec26ab90517141
tree33d09307c4e2601f73738877cb50ca8caefbbeb2
parent88a5d6707be2f62e81d46fb6d4781c75742749b8
Add a class for easier text rendering

I've written the equivalent in various applications a few times, so might
as well put it here.
source/text.cpp [new file with mode: 0644]
source/text.h [new file with mode: 0644]