Search Results for

    Show / Hide Table of Contents

    Class OS2WindowsMetricsClass

    OS/2 and Windows Metrics table

    Inheritance
    System.Object
    TTF_Helpers
    TrueTypeTable
    OS2WindowsMetricsClass
    Inherited Members
    TrueTypeTable.TAG
    TrueTypeTable.tag
    TrueTypeTable.Length
    TrueTypeTable.Offset
    TrueTypeTable.checkSum
    TrueTypeTable.descriptor_size
    TrueTypeTable.SetLenght(UInt32)
    TrueTypeTable.PackedOfffset
    TTF_Helpers.SwapUInt16(UInt16)
    TTF_Helpers.SwapInt16(Int16)
    TTF_Helpers.SwapUInt32(UInt32)
    TTF_Helpers.SwapInt32(Int32)
    TTF_Helpers.SwapUInt64(UInt64)
    Namespace: FastReport.Fonts
    Assembly: FastReport.dll
    Syntax
    public class OS2WindowsMetricsClass : TrueTypeTable

    Constructors

    OS2WindowsMetricsClass(TrueTypeTable)

    Declaration
    public OS2WindowsMetricsClass(TrueTypeTable src)
    Parameters
    Type Name Description
    TrueTypeTable src

    Properties

    Ascent

    Declaration
    public ushort Ascent { get; }
    Property Value
    Type Description
    System.UInt16

    AvgCharWidth

    Declaration
    public short AvgCharWidth { get; }
    Property Value
    Type Description
    System.Int16

    BreakChar

    Declaration
    public ushort BreakChar { get; }
    Property Value
    Type Description
    System.UInt16

    CodepageRange1

    Declaration
    public uint CodepageRange1 { get; }
    Property Value
    Type Description
    System.UInt32

    CodepageRange2

    Declaration
    public uint CodepageRange2 { get; }
    Property Value
    Type Description
    System.UInt32

    DefaultChar

    Declaration
    public ushort DefaultChar { get; }
    Property Value
    Type Description
    System.UInt16

    Descent

    Declaration
    public ushort Descent { get; }
    Property Value
    Type Description
    System.UInt16

    FamilyClass

    Declaration
    public short FamilyClass { get; }
    Property Value
    Type Description
    System.Int16

    FirstCharIndex

    Declaration
    public ushort FirstCharIndex { get; }
    Property Value
    Type Description
    System.UInt16

    Height

    Declaration
    public short Height { get; }
    Property Value
    Type Description
    System.Int16

    IsBold

    Declaration
    public bool IsBold { get; }
    Property Value
    Type Description
    System.Boolean

    LastCharIndex

    Declaration
    public ushort LastCharIndex { get; }
    Property Value
    Type Description
    System.UInt16

    LicensingRights

    Declaration
    public ushort LicensingRights { get; }
    Property Value
    Type Description
    System.UInt16

    LineGap

    Declaration
    public short LineGap { get; }
    Property Value
    Type Description
    System.Int16

    Panose

    Declaration
    public OS2WindowsMetricsClass.FontPanose Panose { get; }
    Property Value
    Type Description
    OS2WindowsMetricsClass.FontPanose

    Selection

    Declaration
    public ushort Selection { get; }
    Property Value
    Type Description
    System.UInt16

    UnicodeRange1

    Declaration
    public uint UnicodeRange1 { get; }
    Property Value
    Type Description
    System.UInt32

    UnicodeRange2

    Declaration
    public uint UnicodeRange2 { get; }
    Property Value
    Type Description
    System.UInt32

    UnicodeRange3

    Declaration
    public uint UnicodeRange3 { get; }
    Property Value
    Type Description
    System.UInt32

    UnicodeRange4

    Declaration
    public uint UnicodeRange4 { get; }
    Property Value
    Type Description
    System.UInt32

    VendorID

    Declaration
    public string VendorID { get; }
    Property Value
    Type Description
    System.String

    Weight

    Declaration
    public ushort Weight { get; }
    Property Value
    Type Description
    System.UInt16

    WidthClass

    Declaration
    public ushort WidthClass { get; }
    Property Value
    Type Description
    System.UInt16
    Back to top © 1998-2025 Copyright Fast Reports Inc.