Skip to content

Commit

Permalink
fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bzotto authored May 22, 2018
1 parent 12558fe commit c438e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ you want to use it for anything other than hacking on, please revise it accordin

// Create a renderer
SimpleBitmapRenderer * renderer = [[SimpleBitmapRenderer alloc] initWithSize:UIntSizeMake(300, 200)];
renderer.currentFont = font;

// Write some text
NSString * text = @"Hello.";
Expand Down

0 comments on commit c438e57

Please sign in to comment.