Properties
Optional
fontFamily
fontFamily?: string
Optional
fontSize
fontSize?: "small" | "medium" | "quark" | "nano" | "extra-small" | "large" | "extra-large" | "big" | "display" | "huge" | "giant" | "jumbo"
Optional
fontStyle
fontStyle?: "normal" | "italic" | "oblique"
Optional
fontWeight
fontWeight?: "medium" | "light" | "bold" | "regular"
Optional
letterSpacing
letterSpacing?: "none" | "small" | "medium" | "quark" | "nano" | "extra-small" | "large" | "extra-large" | "big" | "display" | "huge" | "giant" | "jumbo" | "immense"
Optional
lineHeight
lineHeight?: "small" | "medium" | "large"
Optional
overflowWrap
overflowWrap?: "normal" | "break-word"
Optional
textAlign
textAlign?: "center" | "left" | "right" | "justify"
Optional
textDecoration
textDecoration?: "none" | "blink" | "underline" | "overline" | "line-through"
Optional
textIndent
textIndent?: "none" | "small" | "medium" | "quark" | "nano" | "extra-small" | "large" | "extra-large" | "big" | "display" | "huge" | "giant" | "jumbo" | "immense"
Optional
textJustify
textJustify?: "auto" | "inter-character" | "inter-word" | "distribute"
Optional
textOverflow
textOverflow?: "clip" | "ellipsis"
Optional
textRendering
textRendering?: "auto" | "optimizeSpeed" | "optimizeLegibility" | "geometricPrecision"
Optional
textTransform
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase"
Optional
whiteSpace
whiteSpace?: "normal" | "pre" | "nowrap" | "pre-wrap" | "pre-line"
Optional
wordSpacing
wordSpacing?: "none" | "small" | "medium" | "quark" | "nano" | "extra-small" | "large" | "extra-large" | "big" | "display" | "huge" | "giant" | "jumbo" | "immense"
Valores aceitos para formatar texto.
Veja abaixo um exemplo utilizando algumas as propriedades: