PdfFont Methods

The PdfFont type exposes the following members.

Methods

  NameDescription
Public methodContainsGlyphsForText
Checks whether this font contains all glyphs required to draw the given text.
Public methodEmbed
Tries to embed font bytes into the PDF file.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodFixEncoding
Fixes PDF font encoding if possible.
Public methodGetHashCode
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodIsAvailableThroughLoader
Checks whether this font can be loaded using the current FontLoader.
Public methodIsBuiltIn
Checks whether this font is built-in Type1 font.
Public methodRemoveUnusedGlyphs
Removes unused glyphs from the font.
Public methodSave(Stream)
Saves the font bytes to the specified stream.
Public methodSave(String)
Saves the font bytes to the file with specified name.
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)
Public methodUnembed
Removes font bytes from the PDF file.

See Also