Skip to content

Commit

Permalink
add san francisco specimen to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bzotto authored May 21, 2018
1 parent c5ed4d4 commit 9ab706a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)

0 comments on commit 9ab706a

Please sign in to comment.