4 references to ReadByte
System.Drawing (4)
commonui\System\Drawing\Advanced\Font.cs (4)
470gdiVerticalFont = (Marshal.ReadByte(lf, LogFontNameOffset) == (byte)(short)'@'); 476return new Font(font, Marshal.ReadByte(lf, LogFontCharSetOffset), gdiVerticalFont); 848Marshal.ReadByte(logFont, LogFontNameOffset + i)); 870if (Marshal.ReadByte(logFont, LogFontCharSetOffset) == 0) {