Back to Website
Show / Hide Table of Contents

Interface IPlainTextItemData

A structure defining the basic parameters of plain text.

Inheritance
IBaseTextItemData<TTextAlignment, TStrokeSettings, TShadowSettings>
IPlainTextItemData
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
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