Exemplo n.º 1
0
 public TextMetrics MeasureText(string text, Font font)
 {
     return(ApplePlatform.GlobalMeasureText(text, font));
 }