RVTDocs.com

ExportFontTable.Item

Property
Description:
A copy of the for the font's .
Remarks:
When getting this property, it returns a copy of the ExportFontInfo from the table. In order to make changes to the ExportFontInfo and use those settings during export, set the modified ExportFontInfo back into the table using the same key.
Syntax
public ExportFontInfo this[
	ExportFontKey fontKey
] { get; set; }
Parameters
Parameter Type Description
fontKey ExportFontKey
Return Value
Type Description
ExportFontInfo A copy of the .
Exceptions
Exception Condition
ArgumentException When getting this property: An entry with the given key is not present in the table.