VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp.TextRendering Namespace / SkiaSharpTextFont Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    SkiaSharpTextFont Class
    In This Topic
    Defines the text font, which is based on SkiaSharp.SKFont.
    Object Model
    SkiaSharpTextFont
    Syntax
    'Declaration
    
    Public NotInheritable Class SkiaSharpTextFont
       Inherits Vintasoft.Barcode.TextRendering.TextFont
    
    
    public sealed class SkiaSharpTextFont : Vintasoft.Barcode.TextRendering.TextFont
    
    
    public __gc __sealed class SkiaSharpTextFont : public Vintasoft.Barcode.TextRendering.TextFont*
    
    
    public ref class SkiaSharpTextFont sealed : public Vintasoft.Barcode.TextRendering.TextFont^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.TextRendering.TextFont
          Vintasoft.Barcode.SkiaSharp.TextRendering.SkiaSharpTextFont

    Requirements

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

    See Also