Declaration

func doSlantingCorrection(withAngle angle: CGFloat, correctContrast: CGFloat, correctShape: CGFloat, correctThickness: CGFloat, checkSelection: Bool)

Declaration

- (void) doSlantingCorrectionWithAngle:(CGFloat) angle correctContrast:(CGFloat) correctContrast correctShape:(CGFloat) correctShape correctThickness:(CGFloat) correctThickness checkSelection:(BOOL) checkSelection;

Declaration

doSlantingCorrectionWithAngle_correctContrast_correctShape_correctThickness_checkSelection_(angle: float, correctContrast: float, correctShape: float, correctThickness: float, checkSelection: bool)

Parameters

angle

The slant angle in degrees.

correctContrast

The amount of stem contrast correction.

correctShape

The amount of shape correction.

correctThickness

The amount of vertical stem thickness correction.

checkSelection

Whether to restrict the operation to selected nodes.

See Also

Slanting