summaryrefslogtreecommitdiff
path: root/imagefont/imagefont.bmx
diff options
context:
space:
mode:
Diffstat (limited to 'imagefont/imagefont.bmx')
-rw-r--r--imagefont/imagefont.bmx13
1 files changed, 13 insertions, 0 deletions
diff --git a/imagefont/imagefont.bmx b/imagefont/imagefont.bmx
new file mode 100644
index 0000000..1208cee
--- /dev/null
+++ b/imagefont/imagefont.bmx
@@ -0,0 +1,13 @@
+Module Noddybox.ImageFont
+
+ModuleInfo "Framework: Simple Bitmap Font Routines"
+ModuleInfo "Copyright: Ian Cowburn"
+ModuleInfo "Author: Ian Cowburn"
+ModuleInfo "License: Ian Cowburn"
+ModuleInfo "Version: $Revision$"
+
+' $Id$
+
+Type ImageFont
+
+End Type