TextShape

constructor(    text: String,     pos: Point,     font: Font?,     fontSize: Double,     clip: VectorPath?,     fill: Paint?,     stroke: Paint?,     align: TextAlignment = TextAlignment.TOP_LEFT,     transform: Matrix = Matrix.IDENTITY,     globalAlpha: Double = 1.0)