TerminalFont Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9313)
TerminalFont(TerminalFontInfo)
Initializes a new instance of terminal font with the specified font info.
Declaration
public TerminalFont(TerminalFontInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| TerminalFontInfo | info | Font info. |
TerminalFont(String, Single)
Initializes a new instance of terminal font with the specified family name and size.
Declaration
public TerminalFont(string familyName, float emSize)
Parameters
| Type | Name | Description |
|---|---|---|
| String | familyName | Font family name. |
| Single | emSize | The em-size in points. |
TerminalFont(FontFamily, Single)
Initializes a new instance of terminal font with the specified family name and size.
Declaration
public TerminalFont(FontFamily family, float emSize)
Parameters
| Type | Name | Description |
|---|---|---|
| FontFamily | family | Font family. |
| Single | emSize | The em-size in points. |