Function textprintf_ex

  • Allegro

    Textprintf

    Parameters

    • bitmap: undefined | BITMAP

      Bitmap to draw to

    • f: FONT

      Font to use

    • x: number

      X position to draw to

    • y: number

      Y position to draw to

    • colour: number

      Colour of text

    • bg: number

      Colour of background

    • s: string

      String to draw

    • Rest ...args: (string | number)[]

      Additional arguments

      1.19.9

    Returns void

    Remarks

    Print formatted text left justified to screen

Generated using TypeDoc