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