Instance Method
autohintError()autohintError:autohintError_
Adds generated PostScript hints to the layer.
Declaration
func autohintError() throwsDeclaration
- (BOOL) autohintError:(NSError **) error;Declaration
autohintError_() -> 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
Existing PostScript hints are replaced.
Return Value
YES if autohinting finished.
Discussion
Existing PostScript hints are replaced.
See Also
Autohinting
Adds generated PostScript hints to the layer.
Generates PostScript hints for the layer.
Extracts PostScript hints from Type 2 charstring text.
Extracts PostScript hints from Type 2 charstring text.
Builds a PostScript hint from a charstring stem pair.