Instance Method
slantY(_:origin:checkSelection:) slantY:origin:checkSelection: slantY_origin_checkSelection_
Slants content vertically around an origin.
Declaration
func slantY(_ angle: CGFloat, origin: CGFloat, checkSelection: Bool)Declaration
- (void) slantY:(CGFloat) angle origin:(CGFloat) origin checkSelection:(BOOL) checkSelection;Declaration
slantY_origin_checkSelection_(angle: float, origin: float, checkSelection: bool)Parameters
angleThe slant angle in degrees.
originThe vertical shear origin in layer coordinates.
checkSelectionWhether to restrict the operation to selected nodes and elements.
See Also
Slanting
Slants content horizontally around an origin.
Slants content horizontally with configurable outline corrections.
Corrects stem contrast for a horizontal slant.
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.