ExportFontInfo
Description:
A value used to represent the info stored in an .
A value used to represent the info stored in an .
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExportFontInfo
System.Object
Autodesk.Revit.DB.ExportFontInfo
public class ExportFontInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ExportFontInfo() | None | Constructs a new default ExportFontInfo. |
| ExportFontInfo(ExportFontInfo) | None | Constructs a new copy of the input ExportFontInfo object. |
| ExportFontInfo(String) | None | Constructs a new ExportFontInfo using the destination font name as input. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| DestinationFontName | string | The destination font name (the name of the font in the exported format). |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |