我想使用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 设备中使用此字体。谢谢