VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FileFontProgramsController Class / ConvertFontFileNameToPostScriptName(String) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertFontFileNameToPostScriptName(String) Method (FileFontProgramsController)
    In This Topic
    Converts the name of the font file to the font name in PostScript syntax.
    Syntax
    'Declaration
    
    Public Overridable Function ConvertFontFileNameToPostScriptName( _
    ByVal fontFileName
    Name of the font file, without extension, from the additional fonts directory.
    As System.String _
    ) As System.String
    public virtual System.String ConvertFontFileNameToPostScriptName(
    System.String fontFileName
    )
    public: virtual System.String ConvertFontFileNameToPostScriptName(
    System.String fontFileName
    )
    public:
    virtual System.String ConvertFontFileNameToPostScriptName(
    System.String fontFileName
    )

    Parameters

    fontFileName
    Name of the font file, without extension, from the additional fonts directory.

    Return Value

    Font name in PostScript syntax.
    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