gpt4 book ai didi

android - 文本输入中的字体系列 React native

转载 作者:行者123 更新时间:2023-12-04 01:45:12 26 4
gpt4 key购买 nike

我正在尝试实现文本输入,其中字体系列是 Zila Slab Bold,但字体系列仅适用于文本输入的占位符,它不适用于输入的文本,而是显示默认的 android 文本,但是当我使用 Zila Slab Medium 时,它适用于占位符和输入文本,请问我做错了什么,我使用的是 RN 0.55.0

这就是我想要得到的

enter image description here

这是我使用 Zila Bold 时得到的结果

enter image description here

这是我下面的代码

<TextInput    
underlineColorAndroid={'transparent'}
placeholder="The Title"
placeholderStyle={{fontFamily: 'ZillaSlab-Bold',
fontSize: 16,}}
placeholderTextColor="rgba(0, 0, 0, 0.2)"
style={{
paddingLeft: 28,
width: (Dimensions.get('window').width),
backgroundColor: 'transparent',
fontSize: 16, color: 'black',
borderTopWidth: 2, borderBottomWidth: 2, borderColor: 'black',
marginTop: 100, flexDirection: 'row', alignItems: 'center', fontFamily: 'ZillaSlab-Bold',
}}/>

最佳答案

Люда Дзюбинска 提出的解决方案对我不起作用,但类似的方法可以解决问题 - 我指定了 fontWeight: 'normal' TextInput 的样式字段(即使我有一个半粗体字体),它让我避免在输入时重置字体系列。

关于android - 文本输入中的字体系列 React native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55540553/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com