Search Results for

    Show / Hide Table of Contents

    Class GlyphTableClass

    Table with encoded glyphs' outline

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

    Constructors

    GlyphTableClass(TrueTypeTable)

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

    Properties

    GlypsPtr

    Declaration
    public long GlypsPtr { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    CheckGlyph(FontStream, Int32, Int32)

    Declaration
    public ArrayList CheckGlyph(FontStream stream, int glyph_offset, int glyph_size)
    Parameters
    Type Name Description
    FontStream stream
    System.Int32 glyph_offset
    System.Int32 glyph_size
    Returns
    Type Description
    System.Collections.ArrayList

    GetGlyph(FontStream, Int32, UInt16, Single, PointF, IndexToLocationClass, FontHeaderClass, out GlyphTableClass.GlyphHeader)

    Declaration
    public FastGraphicsPath GetGlyph(FontStream stream, int glyph_offset, ushort glyph_data_size, float font_rsize, PointF position, IndexToLocationClass index_to_location, FontHeaderClass font_header, out GlyphTableClass.GlyphHeader gheader)
    Parameters
    Type Name Description
    FontStream stream
    System.Int32 glyph_offset
    System.UInt16 glyph_data_size
    System.Single font_rsize
    System.Drawing.PointF position
    IndexToLocationClass index_to_location
    FontHeaderClass font_header
    GlyphTableClass.GlyphHeader gheader
    Returns
    Type Description
    FastGraphicsPath
    Back to top © 1998-2025 Copyright Fast Reports Inc.