FontInfo(String, 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(
	string name,
	float size,
	FontfaceStyle style
)

Parameters

name  String
A string representation of the IFontFamily for the new FontInfo.
size  Single
The em-size, in points, of the new font.
style  FontfaceStyle
The FontfaceStyle of the new font.

See Also