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