From fc2584672c096ae63469cce9ede9abaa4a95ece7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 16 Feb 2014 10:44:24 -0500 Subject: Rewrite font module. FTGL has been dropped in favor of SDL_ttf. * 2d/font: Rewrite everything! * 2d/wrappers/ftgl.scm: Delete it. * configure.ac: Check for SDL_ttf. * data/Makefile.am (shaders_DATA): Add font shaders. * data/shaders/font-fragment.glsl: New shader. * data/shaders/font-vertex.glsl: New shader. * examples/font.scm: Rewrite font example. * examples/fonts/AUTHORS: Delete it. * examples/fonts/Boxy-Bold.ttf: Delete it. --- examples/fonts/AUTHORS | 2 -- examples/fonts/Boxy-Bold.ttf | Bin 14432 -> 0 bytes 2 files changed, 2 deletions(-) delete mode 100644 examples/fonts/AUTHORS delete mode 100644 examples/fonts/Boxy-Bold.ttf (limited to 'examples/fonts') diff --git a/examples/fonts/AUTHORS b/examples/fonts/AUTHORS deleted file mode 100644 index 0f278b8..0000000 --- a/examples/fonts/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -Clint Bellanger and William Thompson -http://opengameart.org/content/boxy-bold-truetype-font \ No newline at end of file diff --git a/examples/fonts/Boxy-Bold.ttf b/examples/fonts/Boxy-Bold.ttf deleted file mode 100644 index 8076dc5..0000000 Binary files a/examples/fonts/Boxy-Bold.ttf and /dev/null differ -- cgit v1.2.3