Instance Method
hasTrueTypeCurve()hasTrueTypeCurvehasTrueTypeCurve
Whether the path contains quadratic curve node types.
Declaration
func hasTrueTypeCurve() -> BoolDeclaration
- (BOOL) hasTrueTypeCurve;Declaration
hasTrueTypeCurve() -> boolDiscussion
A path with off-curve nodes and no cubic or quartic curve node is treated as quadratic.
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 curve node types that are not cubic.
Whether any node contains pen point data.