[]
Creates a new instance of FontInfo for the specified EmbeddedFont.
public FontInfo(EmbeddedFont ef)
Public Sub New(ef As EmbeddedFont)
| Type | Name | Description |
|---|---|---|
| EmbeddedFont | ef | The font to get info for. |
Creates a new instance of FontInfo for the specified Font.
public FontInfo(Font font)
Public Sub New(font As Font)
| Type | Name | Description |
|---|---|---|
| Font | font | The font to get info for. |