Ejemplo n.º 1
0
 public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
Ejemplo n.º 2
0
 public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
Ejemplo n.º 3
0
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }
Ejemplo n.º 4
0
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }