VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingFontWrapper Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DrawingFontWrapper Class
    In This Topic
    Provides a base class for wrapper of IDrawingFont.
    Object Model
    IDrawingFont DrawingFontMetrics DrawingFontWrapper
    Syntax
    'Declaration
    
    Public MustInherit Class DrawingFontWrapper
       Implements IDrawingFont, ITextFont
    
    
    public abstract class DrawingFontWrapper : IDrawingFont, ITextFont
    
    
    public __gc abstract class DrawingFontWrapper : IDrawingFont, ITextFont
    
    
    public ref class DrawingFontWrapper abstract : IDrawingFont, ITextFont
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Drawing.DrawingFontWrapper
          Vintasoft.Imaging.Drawing.DrawingFontWithFallback

    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