gpt4 book ai didi

react-native - 如何更改 native 基本输入的字体系列?

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

我可以像这样修改原生输入标签的字体系列:

<Input style={{fontFamily: 'Termina-Bold'}}/>

但我找不到如何修改用户输入的文本的字体系列

我怎样才能做到这一点?

最佳答案

它工作正常:-)

没有字体系列

 <Input placeholder="Underline Textbox" style={{ textAlign: "center", marginTop: 15,backgroundColor:'pink' }} />

例子:

enter image description here enter image description here

Poppins-SemiBold

 <Input placeholder="Underline Textbox" style={{ fontFamily: "Poppins-SemiBold", textAlign: "center", marginTop: 15,backgroundColor:'pink' }} />

enter image description here enter image description here

Poppins-常规

<Input placeholder="Underline Textbox" style={{ fontFamily: "Poppins-Regular", textAlign: "center", marginTop: 15,backgroundColor:'pink' }} />

enter image description here

关于react-native - 如何更改 native 基本输入的字体系列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65569978/

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