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