Declaration

func makeFeatures(_ font: GSFont) throws

Declaration

- (BOOL) makeFeatures:(GSFont *) font error:(NSError **) error;

Declaration

makeFeatures_error_(font: GSFont) -> tuple[bool, NSError]

Parameters

font

A font

Parameters

font

A font

error

If 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