Initializes a new instance of the FontFamily class in the specified FontCollection and with the specified name.
[Visual Basic] Overloads Public Sub New( _ ByVal name As String, _ ByVal fontCollection As FontCollection _ ) [C#] public FontFamily( string name, FontCollection fontCollection ); [C++] public: FontFamily( String* name, FontCollection* fontCollection ); [JScript] public function FontFamily( name : String, fontCollection : FontCollection );
FontFamily Class | FontFamily Members | System.Drawing Namespace | FontFamily Constructor Overload List