[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TextRenderer

TextRenderer Class

Allows rendering multi-fragment text.

Inheritance
TextRenderer
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public class TextRenderer
Public Class TextRenderer

Constructors

Name Description
TextRenderer(TextLayout, TextSplitOptions)

Initializes a new instance of the TextLayout class.

Properties

Name Description
SplitOptions

Gets the TextSplitOptions object defining split options.

Methods

Name Description
BeginDraw(GcGraphics, RectangleF, SizeF)

Begins render the text layout on specified graphics.

ContinueDraw(GcGraphics, PointF, SizeF)

Continues rendering started with BeginDraw(GcGraphics, RectangleF, SizeF) method.