Gets the name of this FontFamily.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;
A String that represents the name of this FontFamily.
FontFamily Class | FontFamily Members | System.Drawing Namespace