libdrawtext

annotate .hgignore @ 22:df6d52b36bd6

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