-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
The function parseFont in the FontList.m have some issues, the code "baseFont = [NSString stringWithUTF8String:@"%s", name];" may be return nil. My xcode version is 3.2.5. Change it with "baseFont = [NSString stringWithFormat:@"%s", name];". Everything is all right. Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels