summaryrefslogtreecommitdiff
path: root/src/gdfontt.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:33:47 +0000
committerpierre <none@none>2006-04-05 15:33:47 +0000
commit499022017361cdbc081e59fd6abe100733df975b (patch)
tree0d16a1b4b39769dccd1fa0afac68dfb3026ee8d6 /src/gdfontt.h
parent3900d0f4d665eb65c76502765a450761a8d3b39f (diff)
downloadlibgd-499022017361cdbc081e59fd6abe100733df975b.tar.gz
- sync to 1.3.0GD_1_3_0
Diffstat (limited to 'src/gdfontt.h')
-rw-r--r--src/gdfontt.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gdfontt.h b/src/gdfontt.h
new file mode 100644
index 0000000..00543d1
--- /dev/null
+++ b/src/gdfontt.h
@@ -0,0 +1,21 @@
+
+#ifndef _GDFONTT_H_
+#define _GDFONTT_H_ 1
+
+/*
+ This is a header file for gd font, generated using
+ bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
+ from bdf font
+ -Misc-Fixed-Medium-R-Normal--8-80-75-75-C-50-ISO8859-2
+ at Thu Jan 8 13:49:54 1998.
+ The original bdf was holding following copyright:
+ "Libor Skarvada, libor@informatics.muni.cz"
+ */
+
+
+#include "gd.h"
+
+extern gdFontPtr gdFontTiny;
+
+#endif
+