'Declaration
Public Function New( _ ByVal fontFace As PDFFontFace, _ ByVal size As Double _ )
'Usage
Dim fontFace As PDFFontFace Dim size As Double Dim instance As New PDFFont(fontFace, size)
public PDFFont( PDFFontFace fontFace, double size )
public: PDFFont( PDFFontFace fontFace, double size )
public: PDFFont( PDFFontFace fontFace, double size )
Parameters
- fontFace
- a FontFace enumeration member specifying the font face
- size
- a double value specifying the size of the font in points