logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

textprintf_right_ex - Formatted right aligned output of a string. Allegro game programming library.

Description

       Like  textprintf_ex(),  but  interprets  the  x  coordinate as the right rather than the left edge of the
       string. This function shares the text length limitation of textprintf_ex(). Example:

          textprintf_right_ex(screen, font, SCREEN_W - 10, 10,
                              makecol(200, 200, 20), -1,
                              "%d bullets left", player_ammo);

Name

       textprintf_right_ex - Formatted right aligned output of a string. Allegro game programming library.

See Also

textprintf_ex(3alleg4), textout_right_ex(3alleg4), exmouse(3alleg4)

Allegro                                           version 4.4.3                     textprintf_right_ex(3alleg4)

Synopsis

#include<allegro.h>voidtextprintf_right_ex(BITMAP*bmp,constFONT*f,intx,y,color,bg,constchar*fmt,...);

See Also