Click or drag to resize

Font Constructor

Overload List
  NameDescription
Public methodFont(FontIHandler)
Initializes a new instance of the Font class with the specified font handler
Public methodFont(FontTypeface, Single, FontDecoration)
Initializes a new instance of the Font class with the specified typeface and size
Public methodFont(SystemFont, NullableSingle, FontDecoration)
Creates a new instance of the Font class with a specified systemFont and optional custom size
Public methodFont(String, Single, FontStyle, FontDecoration)
Creates a new instance of the Font class with a specified family, size, and style
Public methodFont(FontFamily, Single, FontStyle, FontDecoration)
Creates a new instance of the Font class with a specified family, size, and style
Top
See Also