PTFontPickerViewController

@interface PTFontPickerViewController : UITableViewController

@property (nonatomic, weak) id<PTFontPickerViewControllerDelegate> delegate;

@property (nullable, strong, nonatomic) UIFont *selectedFont;

- (instancetype)initWithFonts:(NSArray<UIFont *> *)fonts;

@end

Undocumented