ConsoleFontTable Class
Provides a centralized location for all fonts used throughout the console.
Assembly: AdminCommon (in AdminCommon.dll)
| Name | Description | |
|---|---|---|
![]() | BoldFont | Gets the default-sized bold font that is used by the console. |
![]() | DefaultFont | Gets the default font that is used by the console. |
![]() | LargeFont | Gets the large font that is used by the console. |
![]() | MediumFont | Gets the medium-sized font that is used by the console. |
![]() | TabstripFont | Gets the font that is used by the tabstrip (tabbed dialog box) control. |
| Name | Description | |
|---|---|---|
![]() | Close() | Disposes of resources held by this class. |
![]() | Dispose() | Releases all resources used by the ConsoleFontTable. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ConsoleFontTable and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


