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(
	FontStyle style
)
Visual Basic
Public Sub New ( _
	style As FontStyle _
)
Visual C++
public:
FontStyle(
	FontStyle style
)

See Also