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

    System.Object
       Vintasoft.Barcode.TextRendering.TextFont
          Vintasoft.Barcode.Gdi.TextRendering.GdiTextFont

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also