Instance Method
processFont(_:instance:supporting:) processFont:instance:supporting:error: processFont_instance_supporting_error_
Is called to process a font before output
Declaration
func processFont(_ font: GSFont, instance: GSInstance, supporting supportedFeatures: GSDrawStackFeature) throwsDeclaration
- (BOOL) processFont:(GSFont *) font instance:(GSInstance *) instance supporting:(GSDrawStackFeature) supportedFeatures error:(NSError **) error;Declaration
processFont_instance_supporting_error_(font: GSFont, instance: GSInstance, supportedFeatures: GSDrawStackFeature) -> tuple[bool, NSError]Parameters
fontThe glyph to process
instanceThe exported instance
Parameters
fontThe glyph to process
instanceThe exported instance
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.
Return Value
NO if there was an error