FontInfo(FontInfo, FontfaceStyle) Constructor

Initializes a new FontInfo that uses the specified existing FontInfo and FontfaceStyle enumeration.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public FontInfo(
	FontInfo font,
	FontfaceStyle style
)

Parameters

font  FontInfo
The existing Font from which to create the new Font.
style  FontfaceStyle
The FontfaceStyle to apply to the new FontInfo. Multiple values of the FontfaceStyle enumeration can be combined with the OR operator.

See Also