Function outlineText

  • Brute force drawing of outlined text

    Parameters

    • x: number

      The x coordinate to draw the text at

    • y: number

      The y coordinate to draw the text at

    • str: string

      The text to draw

    • font: GameFont

      The font to use when drawing

    • outlineWidth: number

      The width of the outline

    • outlineFont: GameFont

      The font to use drawing the outline

    Returns void

Generated using TypeDoc