1 write to gdiCharSet
System.Drawing (1)
commonui\System\Drawing\Advanced\Font.cs (1)
375this.gdiCharSet = gdiCharSet;
4 references to gdiCharSet
System.Drawing (4)
commonui\System\Drawing\Advanced\Font.cs (4)
518Font newCloneFont = new Font(cloneFont, this.gdiCharSet, this.gdiVerticalFont); 638return gdiCharSet; 788this.gdiCharSet, 871Marshal.WriteByte(logFont, LogFontCharSetOffset, gdiCharSet);