Search Results for

    Show / Hide Table of Contents

    Class FontHeaderClass

    FontHeader table

    Inheritance
    System.Object
    TTF_Helpers
    TrueTypeTable
    FontHeaderClass
    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 FontHeaderClass : TrueTypeTable

    Constructors

    FontHeaderClass(FontHeaderClass)

    Declaration
    public FontHeaderClass(FontHeaderClass src)
    Parameters
    Type Name Description
    FontHeaderClass src

    FontHeaderClass(TrueTypeTable)

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

    Properties

    CreatedDateTime

    Declaration
    public ulong CreatedDateTime { get; }
    Property Value
    Type Description
    System.UInt64

    Flags

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

    FontDirectionHint

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

    indexToLocFormat

    Declaration
    public FontHeaderClass.IndexToLoc indexToLocFormat { get; set; }
    Property Value
    Type Description
    FontHeaderClass.IndexToLoc

    LowestRecPPEM

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

    MacStyle

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

    ModifiedDateTime

    Declaration
    public ulong ModifiedDateTime { get; }
    Property Value
    Type Description
    System.UInt64

    unitsPerEm

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

    xMax

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

    xMin

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

    yMax

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

    yMin

    Declaration
    public short yMin { get; }
    Property Value
    Type Description
    System.Int16
    Back to top © 1998-2025 Copyright Fast Reports Inc.