Search Results for

    Show / Hide Table of Contents

    Class TableData

    Directory entry for a single table inside a TrueType font file, holding its tag name, byte offset, length and checksum.

    Inheritance
    object
    TableData
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class TableData

    Constructors

    View Source

    TableData(string, int, int, int)

    Declaration
    public TableData(string tname, int tlocation, int tlength, int tchecksum)
    Parameters
    Type Name Description
    string tname
    int tlocation
    int tlength
    int tchecksum

    Fields

    View Source

    Checksum

    Declaration
    public int Checksum
    Field Value
    Type Description
    int
    View Source

    Length

    Declaration
    public int Length
    Field Value
    Type Description
    int
    View Source

    Location

    Declaration
    public int Location
    Field Value
    Type Description
    int
    View Source

    TableName

    Declaration
    public string TableName
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX