Gets the font at a position.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
FontA font, or null if no font was not found at that position.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also