Initializes a new instance of the FontStyle class
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public FontStyle( string fontName, uint fontSize, Color fontColor, Color bgColor ) |
Visual Basic |
---|
Public Sub New ( _ fontName As String, _ fontSize As UInteger, _ fontColor As Color, _ bgColor As Color _ ) |
Visual C++ |
---|
public: FontStyle( String^ fontName, unsigned int fontSize, Color fontColor, Color bgColor ) |
Parameters
- fontName
- Type: System..::..String
- fontSize
- Type: System..::..UInt32
- fontColor
- Type: System.Drawing..::..Color
- bgColor
- Type: System.Drawing..::..Color