Instance Method
applyGlyphSetParameters(_:)applyGlyphSetParameters:error: applyGlyphSetParameters_error_
Applies glyph-set export parameters from an instance to the receiver.
Declaration
func applyGlyphSetParameters(_ instance: GSInstance) throwsDeclaration
- (BOOL) applyGlyphSetParameters:(GSInstance *) instance error:(NSError **) error;Declaration
applyGlyphSetParameters_error_(instance: GSInstance) -> tuple[bool, NSError]Parameters
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor 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.