Text Labels

This articles describes the ability to add text labels

Text Labels

You can add a text label on top of an image.

Text (ltxt)

The text that should be rendered on the image

Free text Optional

Label top (lt)

Specify where the label needs to start from the top of the canvas

Integer Default: 0 Optional

Label left (ll)

Specify where the label needs to start from the left of the canvas

Integer Default: 0 Optional

Label color (lc)

Specify which color the text should have

String, hex of a RGBA color without # Default: ffffffff Optional

Label width (lw)

Specify the width of the label. This determines the size, and on how many lines the text wil be rendered

Integer Mandatory when a label text is provided

Label height (lh)

Specify the height of the label. This determines the size, and on how many lines the text wil be rendered

Integer Mandatory when a label text is provided

Examples

 
Notion image
ltxt=WORLD ll=1150 lt=850 lw=600 lh=90 lc=ffffff
 
 
Notion image
ltxt=WORLD ll=1150 lt=850 lw=600 lh=90 lc=7AEACF
 
 
 

Last updated on November 14, 2022