From 9ab706ae94664a7a840f6e5ba6d5f8b0a8c88596 Mon Sep 17 00:00:00 2001 From: Ben Zotto Date: Mon, 21 May 2018 15:46:24 -0700 Subject: [PATCH] add san francisco specimen to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6424647..acc29f7 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. @@ -26,3 +26,9 @@ you want to use it for anything other than hacking on, please revise it accordin // Get a PNG out of it NSData * pngData = [renderer bitmapImageAsPNGDataWithScale:15 showingGrid:YES]; + +### Sample + +Here's the complete specimen for Susan Kare's San Francisco typeface: + +![San Francisco 18](https://github.com/bzotto/ClassicMacTypography/raw/master/SanFrancisco18.png)