VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfFontManager Class Members
    In This Topic
    The following tables list the members exposed by PdfFontManager.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfFontManager class.
    Public Properties
     NameDescription
    Public PropertyGets the PDF document of this font manager.
    Public Methods
     NameDescription
    Public MethodConverts TrueType font to a Type1 font with CFF font program.
    Public MethodConverts Type1 font with Type1 font program to a Type1 font with CFF font program.
    Public MethodOverloaded. Creates a CID font, which is based on information about font symbol outlines.
    Public MethodOverloaded. Creates a CID font, which is based on a file of TrueType font.
    Public MethodCreates copy of specified font.
    Public MethodOverloaded. Creates new PDF font, which contains the specified set of text symbols.
    Public MethodCreates CID font without glyphs for specified PDF document.
    Public MethodOverloaded. Creates a simple font based on TrueType font file.
    Public MethodReleases all resources used by this font programs controller.
    Public MethodEmbeds all external fonts of the PDF document.
    Public MethodEmbeds the specified PDF font.
    Public MethodReturns the CMap resource stream by its predefined name.
    Public MethodReturns the standard font of specified type.
    Public MethodReturns a standard font from "Standard 14 Fonts".
    Public MethodReturns the TrueType Font with specified name from TrueType Font Collection (TTC).
    Public Methodstatic (Shared in Visual Basic)Determines whether specified stream contains TrueType Font Collection (TTC).
    Public MethodMethod is executed when font instance is created.
    Public MethodOverloaded. Optimizes all font subsets of the PDF document.
    Public MethodOverloaded. Packs all fonts of the PDF document.
    Public MethodOverloaded. Packs the specified PDF font.
    Public MethodOverloaded. Replaces the text symbols using specified map.
    See Also