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, FontStyle, GraphicsUnit)

[To be supplied.]

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

Parameters

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

See Also

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