Interface ICharStyle
Package: @aurigma/design-atoms-text
Properties
baselineShift
Declaration
baselineShift?: number;
Property Value
Type | Description |
---|---|
number |
color
Declaration
color?: IColorData;
Property Value
Type | Description |
---|---|
IColorData |
font
Declaration
font?: IFontSettings;
Property Value
Type | Description |
---|---|
IFontSettings |
horizontalScale
Declaration
horizontalScale?: number;
Property Value
Type | Description |
---|---|
number |
leading
Declaration
leading?: number;
Property Value
Type | Description |
---|---|
number |
openType
Declaration
openType?: OpenTypeFeature[];
Property Value
Type | Description |
---|---|
OpenTypeFeature[] |
stroke
Declaration
stroke?: IStroke;
Property Value
Type | Description |
---|---|
IStroke |
subscript
Declaration
subscript?: boolean;
Property Value
Type | Description |
---|---|
boolean |
subscriptSize
Declaration
subscriptSize?: number;
Property Value
Type | Description |
---|---|
number |
superscript
Declaration
superscript?: boolean;
Property Value
Type | Description |
---|---|
boolean |
superscriptSize
Declaration
superscriptSize?: 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 |