.NET Framework Class Library
Font Constructor

Initializes a new Font that uses the specified existing Font and FontStyle.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkFont(IntPtr)Infrastructure. Initializes a new Font using the specified pointer
Public methodFont(Font, FontStyle)Initializes a new Font that uses the specified existing Font and FontStyle enumeration.
Public methodFont(FontFamily, Single)Initializes a new Font using a specified size.
Public methodFont(String, Single)Initializes a new Font using a specified size.
Public methodSupported by the .NET Compact FrameworkFont(FontFamily, Single, FontStyle)Initializes a new Font using a specified size and style.
Public methodFont(FontFamily, Single, GraphicsUnit)Initializes a new Font using a specified size and unit. Sets the style to FontStyle..::.Regular.
Public methodSupported by the .NET Compact FrameworkFont(String, Single, FontStyle)Initializes a new Font using a specified size and style.
Public methodFont(String, Single, GraphicsUnit)Initializes a new Font using a specified size and unit. The style is set to FontStyle..::.Regular.
Public methodFont(FontFamily, Single, FontStyle, GraphicsUnit)Initializes a new Font using a specified size, style, and unit.
Public methodFont(String, Single, FontStyle, GraphicsUnit)Initializes a new Font using a specified size, style, and unit.
Public methodFont(FontFamily, Single, FontStyle, GraphicsUnit, Byte)Initializes a new Font using a specified size, style, unit, and character set.
Public methodFont(String, Single, FontStyle, GraphicsUnit, Byte)Initializes a new Font using a specified size, style, unit, and character set.
Public methodFont(FontFamily, Single, FontStyle, GraphicsUnit, Byte, Boolean)Initializes a new Font using a specified size, style, unit, and character set.
Public methodFont(String, Single, FontStyle, GraphicsUnit, Byte, Boolean)Initializes a new Font using the specified size, style, unit, and character set.
Top
See Also

Reference

Tags :


Page view tracker