3 references to Font
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (3)
476
return new
Font
(font, Marshal.ReadByte(lf, LogFontCharSetOffset), gdiVerticalFont);
499
return new
Font
(font, 0, false);
518
Font newCloneFont = new
Font
(cloneFont, this.gdiCharSet, this.gdiVerticalFont);