The ResolveFontEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Bold |
Specifies a bold variant of a system font.
| |
| Embedded |
Whether the font is embedded in the PDF document.
| |
| FontLocation |
Specifies whether a definition for the font has been found.
| |
| FontPath |
The Resolved font path. If the font could be resolved and the FontLocation
is File, this value holds a path to the font.
| |
| FontRenderMode |
The mode that will be used to render the font.
| |
| Italic |
Specifies an italic variant of a system font.
| |
| PdfFontName |
The name of the font, as found in the PDF document.
| |
| SystemFontName |
The system font name. If the font could be resolved and the FontLocation
is
System, this property contains the name of the system font.
|