'Declaration Public Function New( _
ByVal fontThe PDF font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal sizeThe font size in the world space units.As Single _
)
public PdfDrawingFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
float size
)
public: PdfDrawingFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
float size
)
public:
PdfDrawingFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
float size
)
Parameters
- font
- The PDF font.
- size
- The font size in the world space units.