Declaration

func check(_ font: GSFont!) throws -> [Any]

Declaration

- (NSArray *) checkFont:(GSFont *) font error:(NSError **) error;

Declaration

checkFont_error_(font: GSFont) -> tuple[list, NSError]