gpt4 book ai didi

使用半粗体样式的 Android 可下载字体

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

我正在使用下面链接中给出的谷歌可下载字体

https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html

我想使用 Montserrat 字体样式半粗体,但 android 中没有该选项

同样在下面的链接中有半粗体样式任何想法如何去做

https://fonts.google.com/specimen/Montserrat

以下是添加字体系列后我的textview xml

 <TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="8dp"
android:fontFamily="@font/montserrat"
android:text="@string/address"
android:textAllCaps="false"
android:textColor="@color/title_light_color"
android:textSize="10sp"
android:textStyle="bold" />

最佳答案

您可以在这里下载所有类型的字体 montserrat

https://github.com/google/fonts/tree/master/ofl/montserrat

https://github.com/google/fonts/blob/master/ofl/montserrat/Montserrat-SemiBold.ttf

在你的res/font文件夹中添加使用这个

android:fontFamily="@font/Montserrat-SemiBold"

希望对你有帮助

关于使用半粗体样式的 Android 可下载字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48072303/

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