Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 849 Bytes

textElement.md

File metadata and controls

21 lines (15 loc) · 849 Bytes

Text Element

Summary

The Text Element is one of the core canvas elements in Pogly. Currently, it supports only basic properties:

  • Text
  • Font
  • Font Size
  • Font Color

Details

Adding a new text element is very straight forward. The leftmost menu in Pogly is called the Element Selection Menu. In this menu, you will see "Add Text".

add text

Clicking that will result in a new modal appearing, allowing you to configure the text prior to adding it to the canvas as a text element.

add text modal

Developer Details

Text Elements are created without the use of an ElementData record. The entirety of the Text Element lives within the Element and ElementStruct.TextElement.

As such, text elements can be created by users without permissions during Strict Mode.