Instance Method
applyHints(_:)applyHints:applyHints_
Applies TrueType hints to the layer at a scale.
Declaration
func applyHints(_ scale: CGFloat)Declaration
- (void) applyHints:(CGFloat) scale;Declaration
applyHints_(scale: float)Parameters
scaleThe scale used to round hinted coordinates.
Discussion
This mutates outline coordinates.
See Also
Hint Updates
Updates path component hints after referenced glyphs or components changed.
Saves hint positions before path changes.
Restores saved hint positions after path changes.
Updates hint indexes from their referenced nodes.
Adjusts hints after reversing paths.