3 references to LogFontCharSetOffset
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (3)
476
return new Font(font, Marshal.ReadByte(lf,
LogFontCharSetOffset
), gdiVerticalFont);
870
if (Marshal.ReadByte(logFont,
LogFontCharSetOffset
) == 0) {
871
Marshal.WriteByte(logFont,
LogFontCharSetOffset
, gdiCharSet);