VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / TrueTypeFontMetrics Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    TrueTypeFontMetrics Class
    In This Topic
    Provides the class that contains measurements for a TrueType font.
    Object Model
    TrueTypeFontMetrics
    Syntax
    'Declaration
    
    Public Class TrueTypeFontMetrics
       Inherits DrawingFontMetrics
    
    
    public class TrueTypeFontMetrics : DrawingFontMetrics
    
    
    public __gc class TrueTypeFontMetrics : public DrawingFontMetrics*
    
    
    public ref class TrueTypeFontMetrics : public DrawingFontMetrics^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Drawing.DrawingFontMetrics
          Vintasoft.Imaging.Drawing.TrueTypeFontMetrics

    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