VintaSoft Barcode .NET SDK 15.2: Documentation for .NET developer
Vintasoft.Barcode.Wpf.TextRendering Namespace / WpfTextFont Class / WpfTextFont Constructor(Typeface,Single)
Syntax Requirements SeeAlso
In This Topic
    WpfTextFont Constructor(Typeface,Single)
    In This Topic
    Initializes a new instance of the WpfTextFont class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal typeface
    The typeface.
    As System.Windows.Media.Typeface, _
    ByVal size
    The size, measured in the points (1/72 inch).
    As Single _
    )

    Parameters

    typeface
    The typeface.
    size
    The size, measured in the points (1/72 inch).
    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