跳到主要内容
Version: 0.70

Text 样式属性

示例​

文档

Props​

textShadowOffset​

类型必需
object: {width: number,height: number}否

color​

类型必需
color否

fontSize​

类型必需
number否

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​

类型必需
number否

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​

类型必需
color否

fontFamily​

类型必需
string否

textShadowRadius​

类型必需
number否

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.

类型必需平台
bool否Android

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​

类型必需平台
color否iOS

textDecorationStyle​

类型必需平台
enum('solid', 'double', 'dotted', 'dashed')否iOS

textTransform​

类型必需
enum('none', 'uppercase', 'lowercase', 'capitalize')No

writingDirection​

类型必需平台
enum('auto', 'ltr', 'rtl')否iOS