Instance Method
update(_:for:) updatePrefix:forFont:error: updatePrefix_forFont_error_
Declaration
func update(_ prefix: GSFeaturePrefix, for font: GSFont) throwsDeclaration
- (BOOL) updatePrefix:(GSFeaturePrefix *) prefix forFont:(GSFont *) font error:(NSError **) error;Declaration
updatePrefix_forFont_error_(prefix: GSFeaturePrefix, font: GSFont) -> tuple[bool, NSError]