我想知道为什么padding
我的 Text 在 react-native 中会出现这些奇怪的现象。我尝试了所有方法来获得完美的文本,但似乎没有任何效果,唯一有效的方法是paddingVertical
,paddingHorizontal
但它太老套且不可靠。
<Text numberOfLines={1}
style={{
backgroundColor: 'red',
lineHeight: 92,
textAlign: 'center',
textAlignVertical: 'center',
padding: 0,
margin: 0,
fontSize: 92,
color: '#2d76ff',
fontFamily: 'Roboto-Regular',
includeFontPadding: false}}>
{this.state.documents}
</Text>
齐柏林
我的 HTC 截图