NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontFamily Constructor (String, FontCollection)

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
);

Parameters

name
A String that represents the name of the new FontFamily.
fontCollection
[To be supplied.]

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace | FontFamily Constructor Overload List