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

    Constructors

    Run(String, AdvancedTextRenderer.StyleDescriptor, AdvancedTextRenderer.Word)

    Declaration
    public Run(string text, AdvancedTextRenderer.StyleDescriptor style, AdvancedTextRenderer.Word word)
    Parameters
    Type Name Description
    System.String text
    AdvancedTextRenderer.StyleDescriptor style
    AdvancedTextRenderer.Word word

    Fields

    fontLineHeight

    Declaration
    protected float fontLineHeight
    Field Value
    Type Description
    System.Single

    lineHeight

    Declaration
    protected float lineHeight
    Field Value
    Type Description
    System.Single

    spaceWidth

    Declaration
    protected float spaceWidth
    Field Value
    Type Description
    System.Single

    text

    Declaration
    protected readonly string text
    Field Value
    Type Description
    System.String

    underBaseLine

    Declaration
    protected float underBaseLine
    Field Value
    Type Description
    System.Single

    width

    Declaration
    protected readonly float width
    Field Value
    Type Description
    System.Single

    word

    Declaration
    protected readonly AdvancedTextRenderer.Word word
    Field Value
    Type Description
    AdvancedTextRenderer.Word

    Properties

    CurrentBaseLine

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

    CurrentUnderBaseLine

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

    FontLineHeight

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

    Height

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

    Left

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

    LineHeight

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

    Renderer

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

    SpaceWidth

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

    Style

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

    Text

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

    Top

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

    Width

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

    Methods

    Draw()

    Declaration
    public virtual void Draw()

    GetBrush()

    Declaration
    public Brush GetBrush()
    Returns
    Type Description
    Brush

    GetFont()

    Declaration
    public Font GetFont()
    Returns
    Type Description
    Font
    Back to top © 1998-2025 Copyright Fast Reports Inc.