Type Method
connectOffsetSegments(_:closed:join:limitX:limitY:keepCompatibleOutlines:extraHandles:) connectOffsetSegments:closed:join:limitX:limitY:keepCompatibleOutlines:extraHandles: connectOffsetSegments_closed_join_limitX_limitY_keepCompatibleOutlines_extraHandles_
Declaration
class func connectOffsetSegments(_ segments: NSMutableArray, closed: Bool, join: GSLineJoinStyle, limitX offsetX: CGFloat, limitY offsetY: CGFloat, keepCompatibleOutlines keepCompatible: Bool, extraHandles: NSMutableArray?)Declaration
+ (void) connectOffsetSegments:(NSMutableArray<GSPathSegment *> *) segments closed:(BOOL) closed join:(GSLineJoinStyle) join limitX:(CGFloat) offsetX limitY:(CGFloat) offsetY keepCompatibleOutlines:(BOOL) keepCompatible extraHandles:(NSMutableArray *) extraHandles;Declaration
connectOffsetSegments_closed_join_limitX_limitY_keepCompatibleOutlines_extraHandles_(segments: list[GSPathSegment], closed: bool, join: GSLineJoinStyle, offsetX: float, offsetY: float, keepCompatible: bool, extraHandles: list)