Skip to main content

alphaTab.RenderEngineFactory

A factory for custom render engines. Note for Web: To use a custom engine in workers you have to ensure the engine and registration to the environment are also done in the background worker files (e.g. when bundling)

 class RenderEngineFactory

Properties​

createCanvas​

(no description)

readonly createCanvas: () => ICanvas;

supportsWorkers​

Whether the layout supports background workers.

readonly supportsWorkers: boolean;