Function textout_ex

  • Allegro

    Textout

    Parameters

    • bitmap: undefined | BITMAP

      Bitmap to draw to

    • f: FONT

      Font to use

    • s: string

      String to draw

    • x: number

      X position to draw to

    • y: number

      Y position to draw to

    • colour: number

      Colour of text

    • bg: number

      Colour of background

      1.19.5

    Returns void

    Remarks

    Print text left justified to screen

Generated using TypeDoc