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)

Initializes a new instance of the FontFamily class with the specified name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public FontFamily(
   string name
);
[C++]
public: FontFamily(
   String* name
);
[JScript]
public function FontFamily(
   name : String
);

Parameters

name
The name of the new FontFamily.

See Also

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