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