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!

Font Constructor (FontFamily, Single, FontStyle)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal family As FontFamily, _
   ByVal emSize As Single, _
   ByVal style As FontStyle _
)
[C#]
public Font(
   FontFamily family,
   float emSize,
   FontStyle style
);
[C++]
public: Font(
   FontFamily* family,
   float emSize,
   FontStyle style
);
[JScript]
public function Font(
   family : FontFamily,
   emSize : float,
   style : FontStyle
);

Parameters

family
[To be supplied.]
emSize
[To be supplied.]
style
[To be supplied.]

See Also

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