コード例 #1
0
 public IFontStyleInfo ProduceNewFontStyleInfo(string FamilyName, float size, System.Drawing.FontStyle theStyle)
 {
     IFontStyleInfo NewFontStyle = new GDIPlusFontStyle(FamilyName, size, theStyle);
     return NewFontStyle;
 }
コード例 #2
0
        public IFontStyleInfo ProduceNewFontStyleInfo(string FamilyName, float size, System.Drawing.FontStyle theStyle)
        {
            IFontStyleInfo NewFontStyle = new GDIPlusFontStyle(FamilyName, size, theStyle);

            return(NewFontStyle);
        }