Augmentable map of text renderer type IDs to text renderer types.

Example

declare module './TextRenderer' {
interface TextRendererMap {
canvas: CanvasTextRenderer;
}
}

Hierarchy

  • TextRendererMap

Properties

Properties

Generated using TypeDoc