Instance Method
decomposeCorner(_:)decomposeCorner:decomposeCorner_
Replaces a corner, cap, segment, brush, or head hint with outline geometry.
Declaration
func decomposeCorner(_ corner: GSHint) -> BoolDeclaration
- (BOOL) decomposeCorner:(GSHint *) corner;Declaration
decomposeCorner_(corner: GSHint) -> boolSee Also
Representations
An AppKit drawing path for the path.
Stroke outlines built from the path stroke attributes.
A path with path components expanded into outline nodes.
Removes outside overlaps at sharp line corners.
A cubic path representation with special curve types converted to Bezier curves.
A path tracing the same outline using primitive node types and connections.
Paths tracing the same outline using primitive node types and connections.
Whether the path already uses primitive node types and connections.