PathUtils
Functions
fromTextWhizzPath()
function fromTextWhizzPath(path): Path;
Parameters
| Parameter | Type |
|---|---|
path | Path |
Returns
Path
getPathFirstPoint()
function getPathFirstPoint(path): PointF;
Parameters
| Parameter | Type |
|---|---|
path | Path |
Returns
PointF
getPathLastPoint()
function getPathLastPoint(path): PointF;
Parameters
| Parameter | Type |
|---|---|
path | Path |
Returns
PointF
toTextWhizzPath()
function toTextWhizzPath(textWhizz, modelPath): any;
Parameters
| Parameter | Type |
|---|---|
textWhizz | any |
modelPath | Path |
Returns
any