Fonts.GetUiFont Method

FontsGetUiFont Method

GetUiFont provides access to a set of unmanaged fonts used by Rhino.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Font GetUiFont(
	FontsStyle style,
	FontsSize size
)
Public Shared Function GetUiFont ( 
	style As FontsStyle,
	size As FontsSize
) As Font

Parameters

style
Type: Rhino.UIFontsStyle
Normal, Bold, Italic
size
Type: Rhino.UIFontsSize
One of several preset enumerable sizes

Return Value

Type: Font

[Missing <returns> documentation for "M:Rhino.UI.Fonts.GetUiFont(Rhino.UI.Fonts.Style,Rhino.UI.Fonts.Size)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also