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