Instance Method
check(_:)checkFont:error: checkFont_error_
Declaration
func check(_ font: GSFont!) throws -> [Any]Declaration
- (NSArray *) checkFont:(GSFont *) font error:(NSError **) error;Declaration
checkFont_error_(font: GSFont) -> tuple[list, NSError]