【发布时间】:2019-07-15 05:13:33
【问题描述】:
我想用android系统字体显示中文。
我用
var fonts = Font.GetOSInstalledFontNames();
记录设备中的字体。我找到了这个Noto Sans CJK TC。
但我打电话给
font = (Font)Resources.GetBuiltinResource(typeof(Font), "NotoSansTC-Black.ttf");
它总是显示The resource NotoSansTC-Black.ttf could not be loaded from the resource file!
如何在 android 设备中使用此字体。
谢谢
【问题讨论】:
标签: android unity3d fonts system-font