Declaration

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

Declaration

- (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]