Constructs a Font.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Font( int family, float size, int style, Color color ) |
Visual Basic |
---|
Public Sub New ( _ family As Integer, _ size As Single, _ style As Integer, _ color As Color _ ) |
Visual C++ |
---|
public: Font( int family, float size, int style, Color^ color ) |
Parameters
- family
- Type: System..::..Int32
the family to which this font belongs
- size
- Type: System..::..Single
the size of this font
- style
- Type: System..::..Int32
the style of this font
- color
- Type: iTextSharp.text..::..Color
the Color of this font.