Text is for anything that we render by using a string and a font

Properties

Methods

Properties

debug: Graphics = ...

A debug context, for when we need to print the text's outline

text: Text

A PIXI text object

Methods

  • Create some text, with the font size scaled according to the stage's current scale.

    Parameters

    • txt: string

      The text to show

    • opts: any

      PIXI options for the text

    Returns Text