I want to use android system font to show Chinese text.
I use
var fonts = Font.GetOSInstalledFontNames();
to log what fonts are in device. I find this Noto Sans CJK TC
.
But I called
font = (Font)Resources.GetBuiltinResource(typeof(Font), "NotoSansTC-Black.ttf");
It always shows The resource NotoSansTC-Black.ttf could not be loaded from the resource file!
How can I use this font in android device.
Thanks
I think what you want is
Font.CreateDynamicFontFromOSFont