The ResolveFontEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBold
Specifies a bold variant of a system font.
Public propertyEmbedded
Whether the font is embedded in the PDF document.
Public propertyFontLocation
Specifies whether a definition for the font has been found.
Public propertyFontPath
The Resolved font path. If the font could be resolved and the FontLocation is File, this value holds a path to the font.
Public propertyFontRenderMode
The mode that will be used to render the font.
Public propertyItalic
Specifies an italic variant of a system font.
Public propertyPdfFontName
The name of the font, as found in the PDF document.
Public propertySystemFontName
The system font name. If the font could be resolved and the FontLocation is System, this property contains the name of the system font.

See Also