Search Results for

    Show / Hide Table of Contents

    Class TTFontData

    Aggregates all the metrics and tables needed to embed and measure a TrueType/Type1 font in a PDF: ascent/descent, bounding box, per-glyph widths, kerning, encoding and the PDF object indices for the font.

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

    Constructors

    View Source

    TTFontData()

    Declaration
    public TTFontData()

    Fields

    View Source

    Ascent

    Declaration
    public int Ascent
    Field Value
    Type Description
    int
    View Source

    AvgWidth

    Declaration
    public int AvgWidth
    Field Value
    Type Description
    int
    View Source

    CacheWidths

    Declaration
    public SortedList<char, GlyphInfo> CacheWidths
    Field Value
    Type Description
    SortedList<char, GlyphInfo>
    View Source

    CapHeight

    Declaration
    public int CapHeight
    Field Value
    Type Description
    int
    View Source

    Descent

    Declaration
    public int Descent
    Field Value
    Type Description
    int
    View Source

    DescriptorIndex

    Declaration
    public long DescriptorIndex
    Field Value
    Type Description
    long
    View Source

    EmHeight

    Declaration
    public int EmHeight
    Field Value
    Type Description
    int
    View Source

    Embedded

    Declaration
    public bool Embedded
    Field Value
    Type Description
    bool
    View Source

    Encoding

    Declaration
    public string Encoding
    Field Value
    Type Description
    string
    View Source

    FaceName

    Declaration
    public string FaceName
    Field Value
    Type Description
    string
    View Source

    FirstLoaded

    Declaration
    public int FirstLoaded
    Field Value
    Type Description
    int
    View Source

    Flags

    Declaration
    public int Flags
    Field Value
    Type Description
    int
    View Source

    FontBBox

    Declaration
    public Rectangle FontBBox
    Field Value
    Type Description
    Rectangle
    View Source

    FontData

    Declaration
    public AdvFontData FontData
    Field Value
    Type Description
    AdvFontData
    View Source

    FontDatas

    Declaration
    public static SortedList<string, AdvFontData> FontDatas
    Field Value
    Type Description
    SortedList<string, AdvFontData>
    View Source

    FontFamily

    Declaration
    public string FontFamily
    Field Value
    Type Description
    string
    View Source

    FontStretch

    Declaration
    public string FontStretch
    Field Value
    Type Description
    string
    View Source

    FontWeight

    Declaration
    public int FontWeight
    Field Value
    Type Description
    int
    View Source

    Glyphs

    Declaration
    public SortedList<char, int> Glyphs
    Field Value
    Type Description
    SortedList<char, int>
    View Source

    HaveKerning

    Declaration
    public bool HaveKerning
    Field Value
    Type Description
    bool
    View Source

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int
    View Source

    IsBold

    Declaration
    public bool IsBold
    Field Value
    Type Description
    bool
    View Source

    IsItalic

    Declaration
    public bool IsItalic
    Field Value
    Type Description
    bool
    View Source

    IsUnicode

    Declaration
    public bool IsUnicode
    Field Value
    Type Description
    bool
    View Source

    ItalicAngle

    Declaration
    public double ItalicAngle
    Field Value
    Type Description
    double
    View Source

    Kernings

    Declaration
    public SortedList<ulong, int> Kernings
    Field Value
    Type Description
    SortedList<ulong, int>
    View Source

    LastLoaded

    Declaration
    public int LastLoaded
    Field Value
    Type Description
    int
    View Source

    Leading

    Declaration
    public int Leading
    Field Value
    Type Description
    int
    View Source

    LineSpacing

    Declaration
    public int LineSpacing
    Field Value
    Type Description
    int
    View Source

    LogFont

    Declaration
    public object LogFont
    Field Value
    Type Description
    object
    View Source

    MaxWidth

    Declaration
    public int MaxWidth
    Field Value
    Type Description
    int
    View Source

    ObjectIndex

    Declaration
    public long ObjectIndex
    Field Value
    Type Description
    long
    View Source

    ObjectIndexParent

    Declaration
    public long ObjectIndexParent
    Field Value
    Type Description
    long
    View Source

    ObjectName

    Declaration
    public string ObjectName
    Field Value
    Type Description
    string
    View Source

    PostcriptName

    Declaration
    public string PostcriptName
    Field Value
    Type Description
    string
    View Source

    StemV

    Declaration
    public double StemV
    Field Value
    Type Description
    double
    View Source

    StyleName

    Declaration
    public string StyleName
    Field Value
    Type Description
    string
    View Source

    ToUnicodeIndex

    Declaration
    public long ToUnicodeIndex
    Field Value
    Type Description
    long
    View Source

    Type1

    Declaration
    public bool Type1
    Field Value
    Type Description
    bool
    View Source

    UnitsPerEM

    Declaration
    public double UnitsPerEM
    Field Value
    Type Description
    double
    View Source

    Widths

    Declaration
    public SortedList<char, double> Widths
    Field Value
    Type Description
    SortedList<char, double>
    View Source

    glyphsInfo

    Declaration
    public SortedList<int, GlyphInfo> glyphsInfo
    Field Value
    Type Description
    SortedList<int, GlyphInfo>
    • View Source
    In this article
    Back to top Generated by DocFX