# TextShape Inherits from [RectShape](https://github.com/florent37/MyLittleCanvas/blob/master/documentation/RectShape.md) Added methods: - `.setText(setText text)` - `.setTextSizePx(float textSize)` - `.setTypeface(Typeface typeface)` - `.setHorizontalAlignment(Alignment.HORIZONTAL alignment)` - `.setVerticalAlignment(Alignment.VERTICAL alignment)` - `.computeTextHeight()`