Back to Website
Show / Hide Table of Contents

Class RenderManager

Package: @aurigma/design-atoms-text

Constructors

(constructor)()

Constructs a new instance of the RenderManager class

Declaration
constructor();

Methods

clearCursor()

Declaration
clearCursor(): void;
Returns
Type Description
void

drawCursor(isSelectionActive, isForce)

Declaration
drawCursor(isSelectionActive: boolean, isForce?: boolean): void;
Parameters
Type Name Description
boolean isSelectionActive
boolean isForce
Returns
Type Description
void

drawSelection(selection)

Declaration
drawSelection(selection: ITextRange): void;
Parameters
Type Name Description
ITextRange selection
Returns
Type Description
void

drawText()

Declaration
drawText(): void;
Returns
Type Description
void

initialize(tw, textRenderer, previewScale)

Declaration
initialize(tw: ITextEngineWrapper, textRenderer: ITextEditorRenderer, previewScale: number): void;
Parameters
Type Name Description
ITextEngineWrapper tw
ITextEditorRenderer textRenderer
number previewScale
Returns
Type Description
void
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback