Instance Method
applyCustomParameters(_:font:) applyCustomParameters:font:error: applyCustomParameters_font_error_
Declaration
func applyCustomParameters(_ customParameters: [Any]!, font: GSFont!) throwsDeclaration
- (BOOL) applyCustomParameters:(NSArray *) customParameters font:(GSFont *) font error:(NSError **) error;Declaration
applyCustomParameters_font_error_(customParameters: list, font: GSFont) -> tuple[bool, NSError]