FontInfo(IFontFamily, Single, FontfaceStyle) Constructor

Initializes a new FontInfo using a specified size and style.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public FontInfo(
	IFontFamily family,
	float size,
	FontfaceStyle style
)

Parameters

family  IFontFamily
The IFontFamily of the new FontInfo.
size  Single
The em-size, in points, of the new font.
style  FontfaceStyle
The FontfaceStyle of the new font.

See Also