[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal familyName As String, _ ByVal emSize As Single, _ ByVal unit As GraphicsUnit _ ) [C#] public Font( string familyName, float emSize, GraphicsUnit unit ); [C++] public: Font( String* familyName, float emSize, GraphicsUnit unit ); [JScript] public function Font( familyName : String, emSize : float, unit : GraphicsUnit );
Font Class | Font Members | System.Drawing Namespace | Font Constructor Overload List