VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp.TextRendering Namespace / SkiaSharpTextFont Class / SkiaSharpTextFont Constructor(SKFont)
Syntax Requirements SeeAlso
In This Topic
    SkiaSharpTextFont Constructor(SKFont)
    In This Topic
    Initializes a new instance of the SkiaSharpTextFont class. Ownership of the source is transferred, so the caller must not reference it again.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    The source.
    As SkiaSharp.SKFont _
    )
    public SkiaSharpTextFont(
    SkiaSharp.SKFont source
    )
    public: SkiaSharpTextFont(
    SkiaSharp.SKFont source
    )
    public:
    SkiaSharpTextFont(
    SkiaSharp.SKFont source
    )

    Parameters

    source
    The source.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also