Search Results for

    Show / Hide Table of Contents

    Class NameTableClass

    Name table keep human friendly description about font properties, including font names, author and copyright notes

    Inheritance
    System.Object
    TTF_Helpers
    TrueTypeTable
    NameTableClass
    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 NameTableClass : TrueTypeTable, ICollection, IEnumerable

    Constructors

    NameTableClass(TrueTypeTable)

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

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    IsSynchronized

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

    Item[NameTableClass.NameID]

    Declaration
    public ICollection this[NameTableClass.NameID Index] { get; }
    Parameters
    Type Name Description
    NameTableClass.NameID Index
    Property Value
    Type Description
    System.Collections.ICollection

    NamesDict

    Declaration
    public Dictionary<NameTableClass.NameID, List<string>> NamesDict { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<NameTableClass.NameID, System.Collections.Generic.List<System.String>>

    SyncRoot

    Declaration
    public object SyncRoot { get; }
    Property Value
    Type Description
    System.Object

    Methods

    CopyTo(Array, Int32)

    Declaration
    public void CopyTo(Array array, int index)
    Parameters
    Type Name Description
    System.Array array
    System.Int32 index

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator
    Back to top © 1998-2025 Copyright Fast Reports Inc.