VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class
In This Topic
FileFontProgramsController Class Methods
In This Topic
For a list of all methods of this type, see FileFontProgramsController.
Public Methods
 NameDescription
Public MethodAdds a synonym for specified PostScript font name. (Inherited from FontProgramsControllerBase)
Public MethodConverts the name of the font file to the font name in PostScript syntax.
Public MethodConverts the full name of the font to the font name in PostScript syntax.
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 MethodReturns names of available fonts. (Inherited from FileFontProgramsControllerBase)
Public MethodReturns a CID font program using specified font info. (Inherited from FontProgramsControllerBase)
Public MethodReturns the existing synonyms. (Inherited from FontProgramsControllerBase)
Public MethodReturns dictionary that maps the font names into font file locations. This method must be overridden in derived class.
Public MethodReturns the font name variations. (Inherited from FileFontProgramsControllerBase)
Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
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 the dictionary, which contains information ("full font name" => "font file path") about all fonts installed in system.
Public MethodReturns a TrueType font program using specified font info name. (Inherited from FileFontProgramsControllerBase)
Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether stream contains TrueType collection (.ttc). (Inherited from FontProgramsControllerBase)
Public MethodOverloaded. Refreshes the font names. (Inherited from FileFontProgramsControllerBase)
Public Methodstatic (Shared in Visual Basic)Registers the type of FontProgramsControllerBase the serialize. (Inherited from FontProgramsControllerBase)
Public MethodRemoves the font names, which reference to not existed font files. (Inherited from FileFontProgramsControllerBase)
Public MethodRemoves all synonyms for specified PostScript font name. (Inherited from FontProgramsControllerBase)
Public Methodstatic (Shared in Visual Basic)Overloaded. Serializes the font program controller to the specified stream. (Inherited from FontProgramsControllerBase)
Protected Methods
 NameDescription
Protected MethodAdds information about fonts from specified directories to the specified dictionary.
Protected MethodAdds information about system fonts to the specified dictionary.
Protected MethodDetermines whether specified font name is valid post script name. (Inherited from FontProgramsControllerBase)
Protected MethodTries to get directory that contains system fonts.
See Also