VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class / ConvertFullFontNameToPostScriptName(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ConvertFullFontNameToPostScriptName(String) Method (FileFontProgramsController)
    In This Topic
    Converts the full name of the font to the font name in PostScript syntax.
    Syntax
    'Declaration
    
    Public Overridable Function ConvertFullFontNameToPostScriptName( _
    ByVal fullFontName
    Full name of the font retrieved from Windows registry.
    As System.String _
    ) As System.String
    public virtual System.String ConvertFullFontNameToPostScriptName(
    System.String fullFontName
    )
    public: virtual System.String ConvertFullFontNameToPostScriptName(
    System.String fullFontName
    )
    public:
    virtual System.String ConvertFullFontNameToPostScriptName(
    System.String fullFontName
    )

    Parameters

    fullFontName
    Full name of the font retrieved from Windows registry.

    Return Value

    Font name in PostScript syntax.
    Remarks

    This method is used to get names of fonts in system directory before the RefreshFontNames(IActionProgressController) method is called.

    Requirements

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

    See Also