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, 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 ) |
Parameters
- fontName
- Type: System..::..String
- fontSize
- Type: System..::..UInt32
- fontColor
- Type: System.Drawing..::..Color
- underline
- Type: System..::..Boolean
- italic
- Type: System..::..Boolean
- bold
- Type: System..::..Boolean
- align
- Type: CuteEditor.Convertor..::..Alignment
- bgColor
- Type: System.Drawing..::..Color