Interface IPlainTextItemData
A structure defining the basic parameters of plain text.
Package: @aurigma/design-atoms-interfaces
Remarks
You can apply these parameters to the text
object through either **clientConfig.json** or IConfiguration.
Examples
{
"defaultItemsConfig": {
"text": {
"font": {
"postScriptName": "Impact",
"size": 33,
"fauxBold": true,
"fauxItalic": true
},
"color": "rgb(0,255,255)",
"verticalAlignment": "center",
"isVertical": true
}
}
}
Properties
isVertical
Declaration
isVertical?: boolean;
Property Value
Type | Description |
---|---|
boolean |