Fonts Class |
Namespace: Rhino.UI
The Fonts type exposes the following members.
Name | Description | |
---|---|---|
BoldHeadingFont |
Returns a font that is 1.2x NormalFont and Bold
| |
HeadingFont |
Returns a font used for dialog headings. 1.2x the size of NormalFont.
| |
NormalFont |
Returns the normal font used for dialog boxes and buttons.
| |
SmallFont |
Returns a font use for small text in dialog boxes. 0.8x the size of NormalFont.
| |
TitleFont |
Returns a font used for dialog titles. 2x the size of NormalFont, and bold.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUiFont |
GetUiFont provides access to a set of unmanaged fonts used by Rhino.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |