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

    System.Object
       Vintasoft.Barcode.TextRendering.TextFont
          Vintasoft.Barcode.ImageSharp.TextRendering.ImageSharpTextFont

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6

    See Also