<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.4.25258.110" />

Font

public bool Bold { get; }

public FontFamily FontFamily { get; }

public byte GdiCharSet { get; }

public bool GdiVerticalFont { get; }

public int Height { get; }

public bool IsSystemFont { get; }

public bool Italic { get; }

public string Name { get; }

public string OriginalFontName { get; }

public float Size { get; }

public float SizeInPoints { get; }

public bool Strikeout { get; }

public FontStyle Style { get; }

public string SystemFontName { get; }

public bool Underline { get; }

public GraphicsUnit Unit { get; }

public Font(Font prototype, FontStyle newStyle)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet)

public Font(FontFamily family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont)

public Font(FontFamily family, float emSize, FontStyle style)

public Font(FontFamily family, float emSize, GraphicsUnit unit)

public Font(FontFamily family, float emSize)

public Font(string familyName, float emSize, FontStyle style, GraphicsUnit unit)

public Font(string familyName, float emSize, FontStyle style)

public Font(string familyName, float emSize, GraphicsUnit unit)

public Font(string familyName, float emSize)

public static Font FromHdc(IntPtr hdc)

public static Font FromHfont(IntPtr hfont)

public static Font FromLogFont(object lf)

public static Font FromLogFont(ref LOGFONT logFont)

public static Font FromLogFont(ref LOGFONT logFont, IntPtr hdc)

public static Font FromLogFont(object lf, IntPtr hdc)

public object Clone()

public void Dispose()

public float GetHeight(Graphics graphics)

public float GetHeight(float dpi)

public float GetHeight()

public IntPtr ToHfont()

public void ToLogFont(object logFont, Graphics graphics)

public void ToLogFont(out LOGFONT logFont, Graphics graphics)

public void ToLogFont(object logFont)

public void ToLogFont(out LOGFONT logFont)