Exemplo n.º 1
0
 public IFontStyleInfo ProduceNewFontStyleInfo(string FamilyName, float size, System.Drawing.FontStyle theStyle)
 {
     IFontStyleInfo NewFontStyle = new GDIPlusFontStyle(FamilyName, size, theStyle);
     return NewFontStyle;
 }
        public IFontStyleInfo ProduceNewFontStyleInfo(string FamilyName, float size, System.Drawing.FontStyle theStyle)
        {
            IFontStyleInfo NewFontStyle = new GDIPlusFontStyle(FamilyName, size, theStyle);

            return(NewFontStyle);
        }