'Declaration Public Function New( _
ByVal sourceThe source PdfFont of this font metrics.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal sizeThe font size in the world space units.As Single _
)
public PdfDrawingFontMetrics(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont source,
float size
)
public: PdfDrawingFontMetrics(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* source,
float size
)
public:
PdfDrawingFontMetrics(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ source,
float size
)
Parameters
- source
- The source PdfFont of this font metrics.
- size
- The font size in the world space units.