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

al_load_bitmap_font_flags - Allegro 5 API

Description

       Like al_load_bitmap_font(3alleg5) but additionally takes a flags parameter which is a bitfield containing
       a combination of the following:

       ALLEGRO_NO_PREMULTIPLIED_ALPHA
              The same meaning as for al_load_bitmap_flags(3alleg5).

Name

       al_load_bitmap_font_flags - Allegro 5 API

See Also

al_load_bitmap_font(3alleg5), al_load_bitmap_flags(3alleg5)

Allegro reference manual                                                      al_load_bitmap_font_flags(3alleg5)

Synopsis

              #include <allegro5/allegro_font.h>

              ALLEGRO_FONT *al_load_bitmap_font_flags(const char *fname, int flags)

See Also