Instance Method
doSlantingCorrection(withAngle:checkSelection:) doSlantingCorrectionWithAngle:checkSelection: doSlantingCorrectionWithAngle_checkSelection_
Corrects stem contrast for a horizontal slant.
Declaration
func doSlantingCorrection(withAngle angle: CGFloat, checkSelection: Bool)Declaration
- (void) doSlantingCorrectionWithAngle:(CGFloat) angle checkSelection:(BOOL) checkSelection;Declaration
doSlantingCorrectionWithAngle_checkSelection_(angle: float, checkSelection: bool)Parameters
angleThe slant angle in degrees.
checkSelectionWhether to restrict the operation to selected nodes.
Discussion
Stem dimensions are taken from the associated font master.
See Also
Slanting
Slants content horizontally around an origin.
Slants content horizontally with configurable outline corrections.
Slants content vertically around an origin.
Corrects outlines for a horizontal slant using associated font master stems.
Corrects outlines for a horizontal slant using explicit stem dimensions and a correction center.