Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the font table that is associated with this renderer.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ConsoleFontTable FontTable { get; internal set; }
public:
property ConsoleFontTable^ FontTable {
ConsoleFontTable^ get();
internal: void set(ConsoleFontTable^ value);
}
Public Property FontTable As ConsoleFontTable
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Console.Shared.ConsoleFontTable
A Microsoft.WindowsServerSolutions.Console.Shared.ConsoleFontTable.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top