VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontProgramsControllerBase Class / AddSynonym(String,String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddSynonym(String,String) Method (FontProgramsControllerBase)
    In This Topic
    Adds a synonym for specified PostScript font name.
    Syntax
    'Declaration
    
    Public Sub AddSynonym( _
    ByVal postScriptFontName
    PostScript name of the font.
    As System.String, _
    ByVal postScriptSynonym
    Synonym for the font name.
    As System.String _
    )
    public void AddSynonym(
    System.String postScriptFontName,
    System.String postScriptSynonym
    )
    public: void AddSynonym(
    System.String postScriptFontName,
    System.String postScriptSynonym
    )
    public:
    void AddSynonym(
    System.String postScriptFontName,
    System.String postScriptSynonym
    )

    Parameters

    postScriptFontName
    PostScript name of the font.
    postScriptSynonym
    Synonym for the font name.
    Exceptions
    ExceptionDescription
    Thrown if postScriptFontName is null or is NOT a valid PostScript name or postScriptSynonym is null or is NOT a valid PostScript name or postScriptFontName equals to postScriptSynonym.
    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