Font tables store the list of fonts in a Rhino document.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public sealed class FontTable : IEnumerable<Font>, IEnumerable, IRhinoTable<Font> |
| Visual Basic |
|---|
Public NotInheritable Class FontTable _ Implements IEnumerable(Of Font), IEnumerable, _ IRhinoTable(Of Font) |