TerminalFontInfo Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9313)
Specifies terminal font info.
Syntax
public class TerminalFontInfo
Inherited Members
Constructors
| Name | Description |
|---|---|
| TerminalFontInfo() | Creates a terminal font info with default settings. |
Properties
| Name | Description |
|---|---|
| Bold | Forces regular text to be rendered as bold. |
| CharacterPosition | Specifies an offset by which to adjust the character position within the cell. |
| ExtraSize | Gets or sets an extra size by which to adjust the default cell size. |
| Family | Gets or sets the font family. Sets FamilyName as well. |
| FamilyName | Gets or sets the font family name. Sets Family as well. |
| FontSize | Gets or sets the font em-size in points. |
| Styles | Specifies supported font styles. |