Interface ITextItemData
A structure defining the parameters of text elements.
Inheritance
IBaseTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IBoundedTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IArchedTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
ITextItemData
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"text": {
"font": {
"postScriptName": "Impact",
"size": 33,
"fauxBold": true,
"fauxItalic": true
},
"color": "rgb(30,30,30)",
"textPermissions": {
"allowChangeFontColor": false,
"allowChangeShadow": false,
"allowChangeStroke": false
}
}
}
}