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

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