# `Plushie.Canvas.Shape.CanvasText`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/canvas/shape/canvas_text.ex#L1)

Canvas text shape with position, content, and optional font styling.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.CanvasText{
  align_x: String.t() | nil,
  align_y: String.t() | nil,
  content: String.t(),
  fill: term(),
  font: String.t() | nil,
  opacity: number() | nil,
  size: number() | nil,
  x: number(),
  y: number()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
