FontTable.Item Property

FontTableItem Property

Gets the font at a position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Font this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As Font
	Get

Parameters

index
Type: SystemInt32
The index of the font.

Return Value

Type: Font
A font, or null if no font was not found at that position.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also