The FontInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
FontInfo()()()() |
Creates a new instance.
|
|
|
FontInfo(Font) |
Creates a new instance.
|
|
|
FontInfo(FontInfo) |
Creates a new instance.
|
|
|
FontInfo(String, Int32, FontStyle) |
Creates a new instance.
|
Methods
| Name | Description | |
|---|---|---|
|
|
ToFont |
Creates new instance of System.Drawing.Font with same information.
|
|
|
ToString |
Gets user readable text of this font information.
(Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (FontInfo to Font) |
Creates new instance of System.Drawing.Font with same information.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Name |
Font face name of this font.
|
|
|
Size |
Size of this font in pt (point).
|
|
|
Style |
Style of this font.
|