Instance Method
getAutohintsDoHorizontal(_:doVertical:) getAutohintsDoHorizontal:doVertical:error: getAutohintsDoHorizontal_doVertical_error_
Generates PostScript hints for the layer.
Declaration
func getAutohintsDoHorizontal(_ doHorizontal: Bool, doVertical: Bool) throws -> [Any]Declaration
- (NSArray *) getAutohintsDoHorizontal:(BOOL) doHorizontal doVertical:(BOOL) doVertical error:(NSError **) error;Declaration
getAutohintsDoHorizontal_doVertical_error_(doHorizontal: bool, doVertical: bool) -> tuple[list, NSError]Parameters
doHorizontalWhether to generate horizontal hints.
doVerticalWhether to generate vertical hints.
Parameters
doHorizontalWhether to generate horizontal hints.
doVerticalWhether to generate vertical hints.
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
The generated hints.
Discussion
The returned hints are not added to the layer.
Return Value
The generated hints. On failure, this method returns nil.
Discussion
The returned hints are not added to the layer.
See Also
Autohinting
Adds generated PostScript hints to the layer.
Adds generated PostScript hints to 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.