public GdiFont(string fontFamily, float size, FontStyle fontStyle) { _font = new Font(fontFamily, size, fontStyle.ToGdiFontStyle()); }