commonui\System\Drawing\Advanced\Font.cs (9)
153Initialize(prototype.FontFamily, prototype.Size, newStyle, prototype.Unit, SafeNativeMethods.DEFAULT_CHARSET, false);
164Initialize(family, emSize, style, unit, SafeNativeMethods.DEFAULT_CHARSET, false);
175Initialize(family, emSize, style, unit, gdiCharSet, false);
186Initialize(family, emSize, style, unit, gdiCharSet, gdiVerticalFont);
224Initialize(family, emSize, style, GraphicsUnit.Point, SafeNativeMethods.DEFAULT_CHARSET, false);
235Initialize(family, emSize, FontStyle.Regular, unit, SafeNativeMethods.DEFAULT_CHARSET, false);
246Initialize(family, emSize, FontStyle.Regular, GraphicsUnit.Point, SafeNativeMethods.DEFAULT_CHARSET, false);
337Initialize(this.fontFamily, size, style, unit, gdiCharSet, gdiVerticalFont);
350Initialize( this.fontFamily, emSize, style, unit, gdiCharSet, gdiVerticalFont );