From 75c03c360d6a3c06e214d33a7c6ac1233e4b0303 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 28 Feb 2005 00:59:35 +0000 Subject: Initial import --- imagefont/imagefont.bmx | 13 +++++++++++++ imagefont/test.bmx | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 imagefont/imagefont.bmx create mode 100644 imagefont/test.bmx (limited to 'imagefont') 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 diff --git a/imagefont/test.bmx b/imagefont/test.bmx new file mode 100644 index 0000000..04930e6 --- /dev/null +++ b/imagefont/test.bmx @@ -0,0 +1,5 @@ +' $Id$ + +Import "imagefont.bmx" + +Graphics 800,600,32,60 -- cgit v1.2.3