Function drawText

  • Parameters

    • canvas: HTMLCanvasElement
    • rect: Rect
    • text: string
    • style: {
          color: string;
          font: string;
      } = ...
      • color: string
      • font: string

    Returns void

Generated using TypeDoc