Retuns the name of this FontFamily in the specified language.
[Visual Basic] Public Function GetName( _ ByVal language As Integer _ ) As String [C#] public string GetName( int language ); [C++] public: String* GetName( int language ); [JScript] public function GetName( language : int ) : String;
A String that represents the name of this FontFamily in the specified language.
FontFamily Class | FontFamily Members | System.Drawing Namespace