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