Text
Press
T and click on the canvas to create a text element. Double-click an existing text shape to enter editing mode.Text Properties
| Property | Description | Default |
|---|---|---|
| Font family | Typeface | Inter |
| Font size | Size in pixels | 16 |
| Font weight | Numeric weight (100–900) | 400 |
| Font style | Normal or Italic | Normal |
| Text align | Left, Center, Right | Left |
| Vertical align | Top, Middle, Bottom | Middle |
| Line height | Multiplier | 1.2 |
| Letter spacing | Pixels | 0 |
| Text decoration | None, Underline, Strikethrough | None |
| Text transform | None, Uppercase, Lowercase, Capitalize | None |
Auto-Sizing
Text elements can resize automatically based on their content:
- Width — The text box grows or shrinks horizontally to fit the content. Text wraps at line breaks only.
- Height — The text box has a fixed width. The height expands to fit wrapped text.
- None — Both width and height are fixed manually.
Truncation
When a text element has fixed dimensions and the content overflows, you can enable ending truncation to display an ellipsis (
...).Styling
Text color is controlled through the fill property — just like other shapes, you can apply solid colors, gradients, or even image fills to text.
Text also supports strokes, shadows, and blur effects.