Click or drag to resize

FontTableItem Property

Gets the font at a position.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Font this[
	int index
] { 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.
See Also