What are all the text properties available in the style object?
Text Property | Description | values |
color | specifies the color of the text | name/rgb/hex |
font | specifies all font properties in one | Style/Variant/Weight /Size/Family caption icon menu message-box small-caption status-bar |
fontFamily | specifies the font of an element | font1, font2,.... |
fontSize | specifies the font-size of an element | small medium large |
fontSizeAdjust | adjusts the size of a text | number |
fontStretch | specifies how to condense or stretch a font | ultra-condensed condensed ultra-expanded wider narrower |
fontStyle | specifies the font-style of an element | normal italic oblique |
fontVariant | Displays text in a small-caps font | normal small-caps |
fontWeight | specifies the boldness of the font | normal lighter bold bolder |
letterSpacing | specifies the space between characters | normal length |
lineHeight | specifies the distance between lines | normal number length % |
textAlign | Aligns the text | left right center justify |
textDecoration | Sets the decoration of a text | underline overline blink |
textIndent | Indents the first line of text | length % |