public void SetFont(IViewWrapper view, IFontWrapper font) { NativeViewHelper.SetFont(view.NativeObject as NSView, font.NativeObject as NSFont); }
public FontData(IFontWrapper font, float size) { this.Font = font; Size = size; }