예제 #1
0
파일: GdiFont.cs 프로젝트: jugstalt/gview5
 public GdiFont(string fontFamily, float size, FontStyle fontStyle)
 {
     _font = new Font(fontFamily, size, fontStyle.ToGdiFontStyle());
 }