Search Results for

    Show / Hide Table of Contents

    Class HorizontalMetrixClass

    HorizontalMetrix table

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

    Constructors

    HorizontalMetrixClass(TrueTypeTable)

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

    Fields

    numberOfMetrics

    Declaration
    public ushort numberOfMetrics
    Field Value
    Type Description
    System.UInt16

    Properties

    Item[Int32]

    Declaration
    public HorizontalMetrixClass.longHorMetric this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    HorizontalMetrixClass.longHorMetric

    Methods

    RepackWithDictionary(ref Dictionary<UInt16, GlyphChar>, Int32)

    Declaration
    public void RepackWithDictionary(ref Dictionary<ushort, GlyphChar> dict, int source_glyph_count)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.UInt16, GlyphChar> dict
    System.Int32 source_glyph_count
    Back to top © 1998-2025 Copyright Fast Reports Inc.