public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
 public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }