コード例 #1
0
ファイル: GdiFont.cs プロジェクト: jugstalt/gview5
 public GdiFont(string fontFamily, float size, FontStyle fontStyle)
 {
     _font = new Font(fontFamily, size, fontStyle.ToGdiFontStyle());
 }