xu-duqing / React-Native-ART-Sample

使用ART在RN上绘图案例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

修改字体的fontFamily没有效果

liuchengbin8 opened this issue · comments

commented

<Surface width={100} height={100}> <Text fill='#fff' font="bold 35px SingYiEG-Ultra-GB">test</Text> </Surface>

用react-native自带的text是可以的

有人知道原因吗

@as27543035 要保证系统安装过这个字体, 如果自带的可以,检测字体书写是否正确。 不行可以考虑调试到 Native 中看看什么原因