文档
Props
textShadowOffset
类型 | 必需 |
---|
object: {width: number,height: number} | 否 |
color
fontSize
fontStyle
类型 | 必需 |
---|
enum('normal', 'italic') | 否 |
fontWeight
Specifies font weight. The values 'normal' and 'bold' are supported for most fonts. Not all fonts have a variant for each of the numeric values, in that case the closest one is chosen.
类型 | 必需 |
---|
enum('normal', 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900') | 否 |
lineHeight
textAlign
Specifies text alignment. The value 'justify' is only supported on iOS and fallbacks to left
on Android.
类型 | 必需 |
---|
enum('auto', 'left', 'right', 'center', 'justify') | 否 |
textDecorationLine
类型 | 必需 |
---|
enum('none', 'underline', 'line-through', 'underline line-through') | 否 |
textShadowColor
fontFamily
textShadowRadius
includeFontPadding
Set to false
to remove extra font padding intended to make space for certain ascenders / descenders. With some fonts, this padding can make text look slightly misaligned when centered vertically. For best results also set textAlignVertical
to center
. Default is true.
textAlignVertical
类型 | 必需 | 平台 |
---|
enum('auto', 'top', 'bottom', 'center') | 否 | Android |
fontVariant
类型 | 必需 | 平台 |
---|
array of enum('small-caps', 'oldstyle-nums', 'lining-nums', 'tabular-nums', 'proportional-nums') | 否 | iOS, Android >= 5.0 |
letterSpacing
类型 | 必需 | 平台 |
---|
number | 否 | iOS, Android >= 5.0 |
textDecorationColor
textDecorationStyle
类型 | 必需 | 平台 |
---|
enum('solid', 'double', 'dotted', 'dashed') | 否 | iOS |
textTransform
类型 | 必需 |
---|
enum('none', 'uppercase', 'lowercase', 'capitalize') | No |
writingDirection
类型 | 必需 | 平台 |
---|
enum('auto', 'ltr', 'rtl') | 否 | iOS |