Instance Method
hints(fromCharString:doLinks:ignoreVerticalStems:) hintsFromCharString:doLinks:ignoreVerticalStems: hintsFromCharString_doLinks_ignoreVerticalStems_
Extracts PostScript hints from Type 2 charstring text.
Declaration
func hints(fromCharString result: String, doLinks: Bool, ignoreVerticalStems: Bool) -> [Any]Declaration
- (NSArray *) hintsFromCharString:(NSString *) result doLinks:(BOOL) doLinks ignoreVerticalStems:(BOOL) ignoreVerticalStems;Declaration
hintsFromCharString_doLinks_ignoreVerticalStems_(result: str, doLinks: bool, ignoreVerticalStems: bool) -> listParameters
doLinksWhether to attach hints to matching nodes when possible.
ignoreVerticalStemsWhether vertical stem hints should be ignored.
See Also
Autohinting
Adds generated PostScript hints to the layer.
Adds generated PostScript hints to the layer.
Generates PostScript hints for the layer.
Extracts PostScript hints from Type 2 charstring text.
Builds a PostScript hint from a charstring stem pair.