The ResolveFontEventArgs type exposes the following members.
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.
|