The FontInfo type exposes the following members.

Constructors

  Name Description
Public method FontInfo()()()()
Creates a new instance.
Public method FontInfo(Font)
Creates a new instance.
Public method FontInfo(FontInfo)
Creates a new instance.
Public method FontInfo(String, Int32, FontStyle)
Creates a new instance.

Methods

  Name Description
Public method ToFont
Creates new instance of System.Drawing.Font with same information.
Public method ToString
Gets user readable text of this font information.
(Overrides Object..::..ToString()()()().)

Operators

  Name Description
Public operator Static member Implicit Widening Implicit Implicit Implicit (FontInfo to Font)
Creates new instance of System.Drawing.Font with same information.

Properties

  Name Description
Public property Name
Font face name of this font.
Public property Size
Size of this font in pt (point).
Public property Style
Style of this font.

See Also