Class SpanStyle
Package: @aurigma/design-atoms-text
Properties
allCaps
Declaration
allCaps?: boolean;
Property Value
Type | Description |
---|---|
boolean |
bold
Declaration
bold?: boolean;
Property Value
Type | Description |
---|---|
boolean |
color
Declaration
color?: IColorData;
Property Value
Type | Description |
---|---|
IColorData |
fontName
Declaration
fontName?: string;
Property Value
Type | Description |
---|---|
string |
fontSize
Declaration
fontSize?: NumericValue;
Property Value
Type | Description |
---|---|
NumericValue |
horizontalScale
Declaration
horizontalScale?: number;
Property Value
Type | Description |
---|---|
number |
italic
Declaration
italic?: boolean;
Property Value
Type | Description |
---|---|
boolean |
leading
Declaration
leading?: NumericValue;
Property Value
Type | Description |
---|---|
NumericValue |
openTypeFeatures
Declaration
openTypeFeatures?: OpenTypeFeature[];
Property Value
Type | Description |
---|---|
OpenTypeFeature[] |
penColor
Declaration
penColor?: IColorData;
Property Value
Type | Description |
---|---|
IColorData |
penWidth
Declaration
penWidth?: NumericValue;
Property Value
Type | Description |
---|---|
NumericValue |
smallCaps
Declaration
smallCaps?: boolean;
Property Value
Type | Description |
---|---|
boolean |
sub
Declaration
sub?: boolean;
Property Value
Type | Description |
---|---|
boolean |
subSize
Declaration
subSize?: number;
Property Value
Type | Description |
---|---|
number |
sup
Declaration
sup?: boolean;
Property Value
Type | Description |
---|---|
boolean |
supSize
Declaration
supSize?: number;
Property Value
Type | Description |
---|---|
number |
tracking
Declaration
tracking?: number;
Property Value
Type | Description |
---|---|
number |
underline
Declaration
underline?: boolean;
Property Value
Type | Description |
---|---|
boolean |
verticalScale
Declaration
verticalScale?: number;
Property Value
Type | Description |
---|---|
number |