Search Results for

    Show / Hide Table of Contents

    Class AdvancedTextRenderer.Run

    Represents sequence of characters that have the same Style.

    Inheritance
    System.Object
    AdvancedTextRenderer.Run
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class Run

    Properties

    CurrentBaseLine

    Gets baseline.

    Declaration
    public virtual float CurrentBaseLine { get; }
    Property Value
    Type Description
    System.Single

    CurrentUnderBaseLine

    Gets baseline for underline.

    Declaration
    public virtual float CurrentUnderBaseLine { get; }
    Property Value
    Type Description
    System.Single

    FontLineHeight

    Gets font line height.

    Declaration
    public float FontLineHeight { get; }
    Property Value
    Type Description
    System.Single

    Height

    Gets the height.

    Declaration
    public virtual float Height { get; }
    Property Value
    Type Description
    System.Single

    Left

    Gets the left coordinate.

    Declaration
    public float Left { get; set; }
    Property Value
    Type Description
    System.Single

    LineHeight

    Gets the line height.

    Declaration
    public float LineHeight { get; }
    Property Value
    Type Description
    System.Single

    Renderer

    Gets the renderer.

    Declaration
    public AdvancedTextRenderer Renderer { get; }
    Property Value
    Type Description
    AdvancedTextRenderer

    SpaceWidth

    Gets the space width.

    Declaration
    public float SpaceWidth { get; }
    Property Value
    Type Description
    System.Single

    Style

    Gets the style descriptor.

    Declaration
    public AdvancedTextRenderer.StyleDescriptor Style { get; }
    Property Value
    Type Description
    AdvancedTextRenderer.StyleDescriptor

    Text

    Gets the text.

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

    Top

    Gets top coordinate.

    Declaration
    public virtual float Top { get; }
    Property Value
    Type Description
    System.Single

    Width

    Gets the width.

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