Declaration

func applyCustomParameters(_ customParameters: [Any]!, font: GSFont!) throws

Declaration

- (BOOL) applyCustomParameters:(NSArray *) customParameters font:(GSFont *) font error:(NSError **) error;

Declaration

applyCustomParameters_font_error_(customParameters: list, font: GSFont) -> tuple[bool, NSError]