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.
Provides a centralized location for all fonts used throughout the console.
Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
  Microsoft.WindowsServerSolutions.Console.Shared.ConsoleFontTable
Syntax
public class ConsoleFontTable : IDisposable
public ref class ConsoleFontTable : IDisposable
Public Class ConsoleFontTable
    Implements IDisposable
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | BoldFont | Gets the default-sized bold font that is used by the console. | 
| .jpeg) | DefaultFont | Gets the default font that is used by the console. | 
| .jpeg) | LargeFont | Gets the large font that is used by the console. | 
| .jpeg) | MediumFont | Gets the medium-sized font that is used by the console. | 
| .jpeg) | TabstripFont | Gets the font that is used by the tabstrip (tabbed dialog box) control. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Close() | Disposes of resources held by this class. | 
| .jpeg) | Dispose() | Releases all resources used by the ConsoleFontTable. | 
| .jpeg) | Dispose(Boolean) | Releases the unmanaged resources used by the ConsoleFontTable and optionally releases the managed resources. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top