VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingFontMetrics Class / PdfDrawingFontMetrics Constructor(PdfFont,Single)
Syntax Requirements SeeAlso
In This Topic
    PdfDrawingFontMetrics Constructor(PdfFont,Single)
    In This Topic
    Initializes a new instance of the PdfDrawingFontMetrics class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    The source PdfFont of this font metrics.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal size
    The 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
    )

    Parameters

    source
    The source PdfFont of this font metrics.
    size
    The font size in the world space units.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also