使用自定义字体的react-native fontvariant小型大写字母

时间:2018-03-27 21:18:16

标签: react-native styled-components

我正在构建一个需要Times New Roman或同等版本的应用程序。我发现fontVariant: ['small-caps']的样式没有效果。是否有具有此功能的特定字体?有没有更好的方法用字体指定这个?我用

加载字体
await Font.loadAsync({
  'times': require('./assets/fonts/TimesRoman.ttf'),
})

我也尝试使用styled-components,但不能使用此自定义字体。

通过react-native run-ios

在模拟器上进行测试

感谢所有人,

0 个答案:

没有答案