NotFoundFontEventArgs Properties
Contains data for the QueryNotFoundFont event.| Name | Description |
|---|---|
| ActualFont | Gets the name of the font that is available in the current hosting environment as a substitute for the missing font. |
| FontFileData | Gets or sets the font file data to be used in place of the missing font. |
| RequestedFont | Gets the name of the font referenced in the document, but missing in the current hosting environment. |
See Also