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デバイスでこのフォントを使用するにはどうすればよいかが常に表示されます。ありがとう