コード例 #1
0
ファイル: GDIPlusFontStyle.cs プロジェクト: Ju2ender/csharp-e
 public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
コード例 #2
0
 public GDIPlusFontStyle(String FamilyName, float size, System.Drawing.FontStyle style)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size, style);
 }
コード例 #3
0
ファイル: GDIPlusFontStyle.cs プロジェクト: Ju2ender/csharp-e
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }
コード例 #4
0
 public GDIPlusFontStyle(String FamilyName, float size)
 {
     Font = new GDIPlusFontWrapper(FamilyName, size);
 }