Search Results for

    Show / Hide Table of Contents

    Class GlyphChar

    Inheritance
    System.Object
    GlyphChar
    Namespace: FastReport.Fonts
    Assembly: FastReport.dll
    Syntax
    public class GlyphChar

    Constructors

    GlyphChar(UInt16, Single)

    Declaration
    public GlyphChar(ushort glyph, float width)
    Parameters
    Type Name Description
    System.UInt16 glyph
    System.Single width

    GlyphChar(UInt16, Single, Char)

    Declaration
    public GlyphChar(ushort glyph, float width, char character)
    Parameters
    Type Name Description
    System.UInt16 glyph
    System.Single width
    System.Char character

    GlyphChar(UInt16, Single, String)

    Declaration
    public GlyphChar(ushort glyph, float width, string str)
    Parameters
    Type Name Description
    System.UInt16 glyph
    System.Single width
    System.String str

    Properties

    Character

    Declaration
    public char Character { get; set; }
    Property Value
    Type Description
    System.Char

    Glyph

    Declaration
    public ushort Glyph { get; set; }
    Property Value
    Type Description
    System.UInt16

    GlyphType

    Declaration
    public GlyphType GlyphType { get; set; }
    Property Value
    Type Description
    GlyphType

    String

    Declaration
    public string String { get; }
    Property Value
    Type Description
    System.String

    Width

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    System.Single
    Back to top © 1998-2025 Copyright Fast Reports Inc.