VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontProgramsControllerBase Class / IsValidPostScriptName(String) Method
Syntax Requirements SeeAlso
In This Topic
    IsValidPostScriptName(String) Method (FontProgramsControllerBase)
    In This Topic
    Determines whether specified font name is valid post script name.
    Syntax
    'Declaration
    
    Protected Overridable Function IsValidPostScriptName( _
    ByVal fontName
    Name of the font.
    As System.String _
    ) As Boolean
    protected virtual bool IsValidPostScriptName(
    System.String fontName
    )
    protected: virtual bool IsValidPostScriptName(
    System.String fontName
    )
    protected:
    virtual bool IsValidPostScriptName(
    System.String fontName
    )

    Parameters

    fontName
    Name of the font.

    Return Value

    True if fontName is valid post script name; otherwise, false.
    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