Esempio n. 1
0
 private static NSFont GetDefaultFont(nfloat size, FontWeight fontWeight, FontStyle fontStyle)
 {
     return(ApplyStyle(NSFont.SystemFontOfSize(size, fontWeight.ToNSFontWeight()), size, fontStyle));
 }