1 write to _fontStyle
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
522
_fontStyle
= style;
3 references to _fontStyle
System.Drawing.Common (3)
System\Drawing\Font.cs (3)
42
public FontStyle Style =>
_fontStyle
;
344
Status status = PInvokeGdiPlus.GdipCreateFont(_fontFamily.Pointer(), _fontSize, (int)
_fontStyle
, (Unit)_fontUnit, &font);
351
throw new ArgumentException(SR.Format(SR.GdiplusFontStyleNotFound, _fontFamily.Name,
_fontStyle
.ToString()));