[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 );
Font Class | Font Members | System.Drawing Namespace | Font Constructor Overload List