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 (String, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal familyName As String, _
   ByVal emSize As Single _
)
[C#]
public Font(
   string familyName,
   float emSize
);
[C++]
public: Font(
   String* familyName,
   float emSize
);
[JScript]
public function Font(
   familyName : String,
   emSize : float
);

Parameters

familyName
[To be supplied.]
emSize
[To be supplied.]

See Also

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