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 (GenericFontFamilies)

Initializes a new instance of the FontFamily class from the specified generic font family.

[Visual Basic]
Overloads Public Sub New( _
   ByVal genericFamily As GenericFontFamilies _
)
[C#]
public FontFamily(
   GenericFontFamilies genericFamily
);
[C++]
public: FontFamily(
   GenericFontFamilies genericFamily
);
[JScript]
public function FontFamily(
   genericFamily : GenericFontFamilies
);

Parameters

genericFamily
The GenericFontFamilies element from which to create the new FontFamily.

See Also

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