'Declaration Public Overrides Function GetSynonyms( _
ByVal postScriptFontNamePostScript name of the font.As System.String _
) As System.String[]
public override System.String[] GetSynonyms(
System.String postScriptFontName
)
public: System.String[] GetSynonyms(
System.String postScriptFontName
); override
public:
System.String[] GetSynonyms(
System.String postScriptFontName
); override
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.