Click or drag to resize

FontSubstitutionMap Class

Gets a value that lets you define which external fonts are used to render fonts that are not embedded.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.PdfFontSubstitutionMap

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class FontSubstitutionMap

The FontSubstitutionMap type exposes the following members.

Constructors
  NameDescription
Public methodFontSubstitutionMap
Initializes a new instance of the FontSubstitutionMap class
Top
Properties
  NameDescription
Public propertyFontNames
Gets all the font names included in this map.
Public propertySearchPathA
Gets or sets a semi-colon separated list of folders to search for font files that are included in the substitution map. The folders are searched from left to right until the font file is found.
Top
Methods
  NameDescription
Public methodAdd(String, Stream)
Add a new entry to the map.
Public methodAdd(String, String)
Add a new entry to the map.
Public methodClear
Remove all entries.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Public methodGetHashCode
Serves as the default hash function.
(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
See Also