Interface IDefaultTextStroke
A structure defining a range of values, a color, and a size of text stroke.
Package: @aurigma/design-editor-iframe
Examples
configuration = {
widgets: {
TopToolbar: {
textStrokeButtonEnabled: true,
textStrokeColorButtonEnabled: true,
textStroke: { max: 1, min: 0.1, step: 0.1, color: "azure" }
}
}
};
Properties
color
The text color, in CSS format.
Declaration
color?: string;
Property Value
| Type | Description |
|---|---|
| string | The text color, in CSS format. |
size
The text stroke size.
Declaration
size?: number;
Property Value
| Type | Description |
|---|---|
| number | The text stroke size. |