libdrawtext

view README @ 74:838d473cf6cc

- properly supported building of no-freetype version, separately installed as libdrawtext-noft.whatever - saving/loading glyphmaps now work correctly - added nofreetype program in examples, to illustrate how to use libdrawtext-noft with prebuilt glyphmaps (see tools/font2glyphmap)
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Apr 2014 05:10:39 +0300
parents
children 5beaab3df0cb
line source
1 libdrawtext - 0.1
2 -----------------
4 Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL.
6 Copyright (C) 2011-2012 John Tsiombikas <nuclear@member.fsf.org>
7 You may freely use, modify and/or redistribute libdrawtext, under the terms of
8 the GNU Lesser General Public License (LGPL) version 3 (or at your option, any
9 later version published by the Free Software Foundation). See COPYING, and
10 COPYING.LESSER for details.
12 Canonical url: http://nuclear.mutantstargoat.com/sw/libdrawtext
13 Mercurial repository: https://nuclear.mutantstargoat.com/hg/libdrawtext
15 Feel free to send in bug reports, patches, and other comments to
16 nuclear@member.fsf.org
17 Only plain text email messages, hard-wrapped at 72 columns will be accepted.