libdrawtext

view .hgignore @ 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 bfe431dd1d80
children
line source
1 libdrawtext\.a
2 libdrawtext\.so
3 drawtext\.dylib$
4 ^Makefile$
5 \.d$
6 \.o$
7 \.swp$
8 \.tar.gz$
9 ^examples/fonts
10 \.ttf$
11 ^examples/simple/simple$