'Declaration Public Overridable Function GetSynonyms( _
ByVal postScriptFontNamePostScript name of the font.As System.String _
) As System.String[]
public virtual System.String[] GetSynonyms(
System.String postScriptFontName
)
public: virtual System.String[] GetSynonyms(
System.String postScriptFontName
)
public:
virtual System.String[] GetSynonyms(
System.String postScriptFontName
)
Parameters
- postScriptFontName
- PostScript name of the font.
Return Value
An array containing all synonyms of specified PostScript font name, including the name itself; or an empty array if there are no synonyms for the name.