Instance Method
quadraticCurve(to:)qCurveTo:qCurveTo_
Draw a whole sting of quadratic curve segments.
Declaration
func quadraticCurve(to points: FTPointArray!)Declaration
- (void) qCurveTo:(FTPointArray *) points;Declaration
qCurveTo_(points: FTPointArray)Discussion
Usually, implementations of this just call -qCurveWithPoints:count: with the points and count of the FTPointArray. Therefore, prefer using -qCurveWithPoints:count: instead when possible.