Describes the physical font that must be used to render a particular XFont.
Inheritance Hierarchy
PdfEdit.FontsFontResolverInfo
Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The FontResolverInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FontResolverInfo(String) |
Initializes a new instance of the FontResolverInfo struct.
| |
FontResolverInfo(String, XStyleSimulations) |
Initializes a new instance of the FontResolverInfo struct.
| |
FontResolverInfo(String, Boolean, Boolean) |
Initializes a new instance of the FontResolverInfo struct.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (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 | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
FaceName |
A name that uniquely identifies the font (not the family), e.g. the file name of the font. PDFEdit does not use this
name internally, but passes it to the GetFont function of the IFontResolver interface to retrieve the font data.
| |
MustSimulateBold |
Indicates whether bold must be simulated. Bold simulation is not implemented in PDFEdit.
| |
MustSimulateItalic |
Indicates whether italic must be simulated.
| |
StyleSimulations |
Gets the style simulation flags.
|
See Also