TerminalFont Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
Represents a fixed-width terminal font.
Syntax
public sealed class TerminalFont : IDisposable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
TerminalFont(TerminalFontInfo) | Initializes a new instance of terminal font with the specified font info. |
TerminalFont(FontFamily, Single) | Initializes a new instance of terminal font with the specified family name and size. |
TerminalFont(String, Single) | Initializes a new instance of terminal font with the specified family name and size. |
Properties
Name | Description |
---|---|
Height | Gets font cell height. |
Width | Gets font cell width. |
Methods
Name | Description |
---|---|
Dispose() | Disposes the TerminalFont object. |
FromDosFont(Byte[]) | Creates a font from a DOS raster font. |
FromDosFont(Byte[], Boolean) | Creates a font from a DOS raster font. |
IsSupportedFamily(FontFamily) | Gets a value indicating whether the specified font family is supported. |
IsSupportedFamily(String) | Gets a value indicating whether the specified font family is supported. |