Instance Method
hasNonCubicCurves()hasNonCubicCurveshasNonCubicCurves
Whether the path contains curve node types that are not cubic.
Declaration
func hasNonCubicCurves() -> BoolDeclaration
- (BOOL) hasNonCubicCurves;Declaration
hasNonCubicCurves() -> boolDiscussion
A path with off-curve nodes and no cubic curve node is treated as non-cubic.
See Also
Checking Path Contents
Whether the path contains at least one on-curve node.
Whether the path uses TrueType-compatible node types.
Whether the path contains quadratic curve node types.
Whether any node contains pen point data.