VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingFontController Class / FormatFontName(PdfFont) Method
Syntax Requirements SeeAlso
In This Topic
    FormatFontName(PdfFont) Method (PdfDrawingFontController)
    In This Topic
    Formats the name of the PDF font.
    Syntax
    'Declaration
    
    Public Shared Function FormatFontName( _
    ByVal font
    The font.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont _
    ) As System.String
    public static System.String FormatFontName(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font
    )
    public: static System.String FormatFontName(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font
    )
    public:
    static System.String FormatFontName(
    Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font
    )

    Parameters

    font
    The font.

    Return Value

    The string that contains formatted name of PDF font.
    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