Instance Method
update(_:for:) updateFeature:forFont:error: updateFeature_forFont_error_
Updates a particular feature
Declaration
- (BOOL) updateFeature:(GSFeature *) feature forFont:(GSFont *) font error:(NSError **) error;Parameters
featureThe Feature that should be updated
fontThe font object that contains the feature
Parameters
featureThe Feature that should be updated
fontThe font object that contains the feature
errorIf something goes wrong, retunes an NSError by reference.
Discussion
If the Feature is not there, it will be added
Return Value
NO if there was a problem
Discussion
If the Feature is not there, it will be added