If you need to retrieve the default Arial font via code at runtime you can do so using the Resources.GetBuiltInResource method.
var font = Resources.GetBuiltinResource(typeof(Font), "Arial.ttf") as Font;
Related posts
Add comment
Cancel reply to comment