Class AdvancedTextRenderer.Run
Represents sequence of characters that have the same Style.
Inheritance
System.Object
AdvancedTextRenderer.Run
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FastReport.OpenSource.dll
Syntax
Constructors
Run(String, AdvancedTextRenderer.StyleDescriptor, AdvancedTextRenderer.Word)
Declaration
public Run(string text, AdvancedTextRenderer.StyleDescriptor style, AdvancedTextRenderer.Word word)
Parameters
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
Field Value
Type |
Description |
System.String |
|
underBaseLine
Declaration
protected float underBaseLine
Field Value
Type |
Description |
System.Single |
|
width
Declaration
Field Value
Type |
Description |
System.Single |
|
word
Declaration
protected AdvancedTextRenderer.Word word
Field Value
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
SpaceWidth
Declaration
public float SpaceWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Style
Declaration
public AdvancedTextRenderer.StyleDescriptor Style { get; }
Property Value
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
Returns
GetFont()
Declaration
Returns