Back to Website
Show / Hide Table of Contents

Interface IArchedTextItemData

A structure defining the default parameters of arched text.

Inheritance
IBaseTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IArchedTextItemData
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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback