Instance Method
makeFeatures(_:)makeFeatures:error: makeFeatures_error_
Generates all default features
Declaration
func makeFeatures(_ font: GSFont) throwsDeclaration
- (BOOL) makeFeatures:(GSFont *) font error:(NSError **) error;Declaration
makeFeatures_error_(font: GSFont) -> tuple[bool, NSError]Parameters
fontA font
Parameters
fontA font
errorIf something goes wrong, retunes an NSError by reference.
Discussion
This equivalent with pressing the Update button in font info
Return Value
NO if there was a problem
Discussion
This equivalent with pressing the Update button in font info