From e2be0aca017ade0615469d8bcf5c7edd7e19842d Mon Sep 17 00:00:00 2001 From: Ben Zotto Date: Mon, 21 May 2018 15:40:36 -0700 Subject: [PATCH] Fix headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 287d442..6424647 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Classic Macintosh Bitmap Typography +### Classic Macintosh Bitmap Typography This is a small set of Objective-C classes that can be used for parsing font data from the original Macintosh, and for simple rendering of bitmap text using those fonts. @@ -11,7 +11,7 @@ The `BitmapFont` class does the parsing into a usable object, and `SimpleBitmapR It was not designed or written with performance or security concerns in mind, and if you want to use it for anything other than hacking on, please revise it accordingly. -###Usage +### Usage // Load FONT resource containing Chicago: NSData * data = [NSData dataWithContentsOfFile:@"00012"];