Declaration

func applyGlyphSetParameters(_ instance: GSInstance) throws

Declaration

- (BOOL) applyGlyphSetParameters:(GSInstance *) instance error:(NSError **) error;

Declaration

applyGlyphSetParameters_error_(instance: GSInstance) -> tuple[bool, NSError]

Parameters

error

On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Discussion

This applies rename, remove, keep, export, and reencode parameters and updates features when the glyph set changes.

Return Value

YES when the parameters could be applied.

Discussion

This applies rename, remove, keep, export, and reencode parameters and updates features when the glyph set changes.