Function textprintf_justify_ex

  • Allegro

    Textprintf justify

    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.12

    Returns void

    Remarks

    Print formatted text justified to screen

Generated using TypeDoc