Interface IArchedTextItemData
A structure defining the default parameters of arched text.
Package: @aurigma/design-atoms-interfaces
Remarks
You can apply these parameters to the archedText
object through either **clientConfig.json** or IConfiguration.
Examples
{
"defaultItemsConfig": {
"archedText": {
"font": {
"postScriptName": "Roboto-Regular",
"size": 24
},
"text": "Arched text",
"color": "cmyk(0%, 0%, 0%, 100%, 100%)",
"bend": 0.7,
"location": {
"x": "50%",
"y": "50%",
"originX": "center",
"originY": "center"
}
}
}
}
Properties
bend
Declaration
bend?: number;
Property Value
Type | Description |
---|---|
number |
warp
Declaration
warp?: boolean;
Property Value
Type | Description |
---|---|
boolean |