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