fix doc bug

This commit is contained in:
Ben Zotto 2018-05-22 00:52:28 -07:00 committed by GitHub
parent 12558fec97
commit c438e57f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.";