Class RenderManager
Constructors
(constructor)()
Constructs a new instance of the RenderManager
class
Declaration
Methods
clearCursor()
Declaration
Returns
drawCursor(isSelectionActive, isForce)
Declaration
drawCursor(isSelectionActive: boolean, isForce?: boolean): void;
Parameters
Type |
Name |
Description |
boolean |
isSelectionActive |
|
boolean |
isForce |
|
Returns
drawSelection(selection)
Declaration
drawSelection(selection: ITextRange): void;
Parameters
Returns
drawText()
Declaration
Returns
initialize(tw, textRenderer, previewScale)
Declaration
initialize(tw: ITextEngineWrapper, textRenderer: ITextEditorRenderer, previewScale: number): void;
Parameters
Returns