case class TextGraphic(str: String, fontSize: Double, xPosn: Double, yPosn: Double, colour: Colour, align: TextAlign, baseLine: BaseLine) extends GraphicAffineElem with CanvElem
A Graphical display of Text.
- Value parameters:
- posn
The point to orient from. By default this Vec2 defines the centre but from right or left depending on alignment.
- Companion:
- object
trait Serializable
trait Product
trait Equals
trait CanvElem
trait GraphicAffineElem
trait AffinePreserve
trait GraphicSimElem
trait GraphicElem
trait SimilarPreserve
trait ProlignPreserve
trait GeomElem
class Object
trait Matchable
class Any