TermFormat Constructor

Constructor of the TermFormat which takes all required parameters for term drawing.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public TermFormat(
	float fontSize,
	IFontFamily family,
	FontfaceStyle style,
	Color textColor,
	Color backgroundColor
)

Parameters

fontSize  Single
Size of the font.
family  IFontFamily
Font family.
style  FontfaceStyle
textColor  Color
Color of the text.
backgroundColor  Color
Background color.

See Also