VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp.TextRendering Namespace / ImageSharpTextFont Class / Source Property
Syntax Requirements SeeAlso
In This Topic
    Source Property (ImageSharpTextFont)
    In This Topic
    Gets the source SixLabors.Fonts.Font of this font.
    Syntax
    'Declaration
    
    Public ReadOnly Property Source As SixLabors.Fonts.Font
    
    
    public SixLabors.Fonts.Font Source { get; }
    
    
    public: __property SixLabors.Fonts.Font get_Source();
    
    
    
    public:
    property SixLabors.Fonts.Font Source { SixLabors.Fonts.Font get(); }
    Requirements

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

    See Also