VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFontInfo Class / Create(PdfFont,String) Method
Syntax Requirements SeeAlso
In This Topic
    Create(PdfFont,String) Method (PdfFontInfo)
    In This Topic
    Creates the font info, which is based on specified PDF font.
    Syntax
    'Declaration
    
    Public Shared Function Create( _
    ByVal font
    The PDF font.
    As PdfFont, _
    ByVal fontName
    Name of the font.
    As System.String _
    ) As Vintasoft.Imaging.Fonts.FontInfo
    public static Vintasoft.Imaging.Fonts.FontInfo Create(
    PdfFont font,
    System.String fontName
    )
    public: static Vintasoft.Imaging.Fonts.FontInfo* Create(
    PdfFont* font,
    System.String fontName
    )
    public:
    static Vintasoft.Imaging.Fonts.FontInfo^ Create(
    PdfFont^ font,
    System.String fontName
    )

    Parameters

    font
    The PDF font.
    fontName
    Name of the font.

    Return Value

    The font info.
    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