textShadowOffset | object: {width: number,height: number} | | |
color | String | | |
fontSize | Number | | |
fontStyle | enum('normal', 'italic') | | |
fontWeight | enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') | | |
lineHeight | Number | | |
textAlign | enum('auto', 'left', 'right', 'center', 'justify') | | |
textDecorationLine | enum('none', 'underline', 'line-through', 'underline line-through') | | |
textShadowColor | String | | |
fontFamily | String | | |
textShadowRadius | Number | | |
includeFontPadding | Bool | | |
textAlignVertical | enum('auto', 'top', 'bottom', 'center') | | |
fontVariant | array of enum('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') | | |
letterSpacing | Number | | |
textDecorationColor | String | | |
textDecorationStyle | enum('solid', 'double', 'dotted', 'dashed') | | |
textTransform | enum('none', 'uppercase', 'lowercase', 'capitalize') | | |
writingDirection | enum('auto', 'ltr', 'rtl') | | |