Click or drag to resize

Fonts Class

Rhino.Rumtime.UI
Inheritance Hierarchy
SystemObject
  Rhino.UIFonts

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class Fonts

The Fonts type exposes the following members.

Constructors
  NameDescription
Public methodFonts
Initializes a new instance of the Fonts class
Top
Properties
  NameDescription
Public propertyStatic memberBoldHeadingFont
Returns a font that is 1.2x NormalFont and Bold
Public propertyStatic memberHeadingFont
Returns a font used for dialog headings. 1.2x the size of NormalFont.
Public propertyStatic memberNormalFont
Returns the normal font used for dialog boxes and buttons.
Public propertyStatic memberSmallFont
Returns a font use for small text in dialog boxes. 0.8x the size of NormalFont.
Public propertyStatic memberTitleFont
Returns a font used for dialog titles. 2x the size of NormalFont, and bold.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUiFont
GetUiFont provides access to a set of unmanaged fonts used by Rhino.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also