Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Text

Index

Constructors

  • new Text(a: string, b: Partial<{ anchor: { x: 0; y: 0 }; rescale: false }> & { text: string }): Text

Properties

_overlay: typeof cssTransform
defaultOptions: { anchor: { x: 0; y: 0 }; rescale: false }

Type declaration

  • anchor: { x: 0; y: 0 }
    • x: 0
    • y: 0
  • rescale: false

Methods

  • destroy(): void
  • hide(): void
  • setText(a: string): void
  • show(): void

Generated using TypeDoc