Initializes a new instance of the RtfFont class
Namespace: iTextSharp.text.rtf.styleAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RtfFont( string fontName, float size, int style, Color color, int charset ) |
Visual Basic |
---|
Public Sub New ( _ fontName As String, _ size As Single, _ style As Integer, _ color As Color, _ charset As Integer _ ) |
Visual C++ |
---|
public: RtfFont( String^ fontName, float size, int style, Color^ color, int charset ) |
Parameters
- fontName
- Type: System..::..String
- size
- Type: System..::..Single
- style
- Type: System..::..Int32
- color
- Type: iTextSharp.text..::..Color
- charset
- Type: System..::..Int32