Instance Method
hasTrueTypeOutline()hasTrueTypeOutlinehasTrueTypeOutline
Whether the path uses TrueType-compatible node types.
Declaration
func hasTrueTypeOutline() -> BoolDeclaration
- (BOOL) hasTrueTypeOutline;Declaration
hasTrueTypeOutline() -> boolDiscussion
Paths without curve node types are TrueType-compatible.
See Also
Checking Path Contents
Whether the path contains at least one on-curve node.
Whether the path contains quadratic curve node types.
Whether the path contains curve node types that are not cubic.
Whether any node contains pen point data.