VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsControllerBase Class / GetFontFiles() Method
Syntax Remarks Requirements SeeAlso
In This Topic
GetFontFiles() Method (FileFontProgramsControllerBase)
In This Topic
Returns dictionary that maps the font names into font file locations. This method must be overridden in derived class.
Syntax

Return Value

Dictionary that maps the font names into font file locations.
Remarks

This method is executed automatically when the FontFiles property is accessed the first time.

This method returns an empty dictionary and must be overridden in derived class.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also