Properties of a StyleInfo.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
fontSize |
number | null |
<optional> |
StyleInfo fontSize |
pixelFontSize |
number | null |
<optional> |
StyleInfo pixelFontSize |
letterSpacing |
number | null |
<optional> |
StyleInfo letterSpacing |
fontType |
string | null |
<optional> |
StyleInfo fontType |
bold |
boolean | null |
<optional> |
StyleInfo bold |
italic |
boolean | null |
<optional> |
StyleInfo italic |
underlined |
boolean | null |
<optional> |
StyleInfo underlined |
strikeout |
boolean | null |
<optional> |
StyleInfo strikeout |
subscript |
boolean | null |
<optional> |
StyleInfo subscript |
superscript |
boolean | null |
<optional> |
StyleInfo superscript |
smallcaps |
boolean | null |
<optional> |
StyleInfo smallcaps |
fontWeight |
number | null |
<optional> |
StyleInfo fontWeight |
handwritten |
boolean | null |
<optional> |
StyleInfo handwritten |
textColor |
google.type.IColor | null |
<optional> |
StyleInfo textColor |
backgroundColor |
google.type.IColor | null |
<optional> |
StyleInfo backgroundColor |