Interface IRichTextData
A structure defining the basic parameters of rich-formatted text.
Inheritance
IBaseTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IBoundedTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IRichTextData
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"boundedText": {
"verticalAlignment": "center",
"overflowStrategy": "fitToWidth",
"tracking": 12,
"maxLineCount": 2,
"maxLineLength": 20,
"paragraphSettings": {
"rightIndent": 24,
"leftIndent": 24
}
}
}
}