Initializes a new instance of the FontStyle class

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public FontStyle(
	string fontName,
	uint fontSize,
	Color fontColor,
	bool underline,
	bool italic,
	bool bold,
	Alignment align,
	Color bgColor
)
Visual Basic
Public Sub New ( _
	fontName As String, _
	fontSize As UInteger, _
	fontColor As Color, _
	underline As Boolean, _
	italic As Boolean, _
	bold As Boolean, _
	align As Alignment, _
	bgColor As Color _
)
Visual C++
public:
FontStyle(
	String^ fontName, 
	unsigned int fontSize, 
	Color fontColor, 
	bool underline, 
	bool italic, 
	bool bold, 
	Alignment align, 
	Color bgColor
)

See Also