VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode.TextRendering Namespace / TextFontInfo Class / FromFont(TextFont) Method
Syntax Requirements SeeAlso
In This Topic
    FromFont(TextFont) Method (TextFontInfo)
    In This Topic
    Creates font info from the font.
    Syntax
    'Declaration
    
    Public Shared Function FromFont( _
    ByVal font
    The font.
    As TextFont _
    ) As TextFontInfo
    public static TextFontInfo FromFont(
    TextFont font
    )
    public: static TextFontInfo* FromFont(
    TextFont* font
    )
    public:
    static TextFontInfo^ FromFont(
    TextFont^ font
    )

    Parameters

    font
    The font.

    Return Value

    A new instance of TextFontInfo.
    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