Search Results for

    Show / Hide Table of Contents

    Class AdvFontData

    Wraps the raw bytes of a TrueType/OpenType font file together with the offset of its table directory.

    Inheritance
    object
    AdvFontData
    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 AdvFontData

    Constructors

    View Source

    AdvFontData()

    Declaration
    public AdvFontData()

    Fields

    View Source

    Data

    Declaration
    public byte[] Data
    Field Value
    Type Description
    byte[]
    View Source

    DirectoryOffset

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