VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingFontController Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    PdfDrawingFontController Class Members
    In This Topic
    The following tables list the members exposed by PdfDrawingFontController.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfDrawingFontController class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The default Serif font name. Default value is "CourierNew". (Inherited from FontProgramsControllerBase)
    Public Fieldstatic (Shared in Visual Basic)The default Sans-Serif font name. Default value is "Arial". (Inherited from FontProgramsControllerBase)
    Public Fieldstatic (Shared in Visual Basic)The default Serif font name. Default value is "TimesNewRoman". (Inherited from FontProgramsControllerBase)
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets or sets the font program controller that is used as the default font program controller of VintaSoft Imaging .NET SDK. (Inherited from FontProgramsControllerBase)
    Public Methods
     NameDescription
    Public MethodAdds a synonym for specified PostScript font name. (Inherited from FontProgramsControllerBase)
    Public MethodConverts the font name to Post-Script font name. (Inherited from FontProgramsControllerBase)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Deserializes the font program controller from specified file. (Inherited from FontProgramsControllerBase)
    Public MethodReleases all resources used by this FontProgramsControllerBase. (Inherited from FontProgramsControllerBase)
    Public Methodstatic (Shared in Visual Basic)Formats the name of the PDF font.
    Public MethodReturns the names of available fonts.
    Public MethodReturns a CID font program using specified font info. (Inherited from FontProgramsControllerBase)
    Public MethodReturns the existing synonyms. (Inherited from FontProgramsControllerBase)
    Public MethodReturns the font name variations. (Inherited from FontProgramsControllerBase)
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from FontProgramsControllerBase)
    Public Methodstatic (Shared in Visual Basic)Returns the PostScript names of the font. (Inherited from FontProgramsControllerBase)
    Public MethodReturns all synonyms for specified PostScript font name. (Inherited from FontProgramsControllerBase)
    Public MethodReturns a font using specified font info.
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether stream contains TrueType collection (.ttc). (Inherited from FontProgramsControllerBase)
    Public Methodstatic (Shared in Visual Basic)Registers the type of FontProgramsControllerBase the serialize. (Inherited from FontProgramsControllerBase)
    Public MethodRemoves all synonyms for specified PostScript font name. (Inherited from FontProgramsControllerBase)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Serializes font program controller to the specified file. (Inherited from FontProgramsControllerBase)
    See Also