A copy of the ExportFontInfo for the font's ExportFontKey.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ExportFontInfo this[ ExportFontKey fontKey ] { get; set; }
Parameters
- fontKey ExportFontKey
Return Value
ExportFontInfoA copy of the ExportFontInfo.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When getting this property: An entry with the given key is not present in the table. |