FontResolverInfo ClassTerminal Works - PDF Printing.Net Library
Describes the physical font that must be used to render a particular XFont.
Inheritance Hierarchy

SystemObject
  PdfEdit.FontsFontResolverInfo

Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class FontResolverInfo

The FontResolverInfo type exposes the following members.

Constructors

  NameDescription
Public methodFontResolverInfo(String)
Initializes a new instance of the FontResolverInfo struct.
Public methodFontResolverInfo(String, XStyleSimulations)
Initializes a new instance of the FontResolverInfo struct.
Public methodFontResolverInfo(String, Boolean, Boolean)
Initializes a new instance of the FontResolverInfo struct.
Top
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.)
Top
Properties

  NameDescription
Public propertyFaceName
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.
Public propertyMustSimulateBold
Indicates whether bold must be simulated. Bold simulation is not implemented in PDFEdit.
Public propertyMustSimulateItalic
Indicates whether italic must be simulated.
Public propertyStyleSimulations
Gets the style simulation flags.
Top
See Also

Reference