.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_load_bitmap_font_flags" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_load_bitmap_font_flags - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_FONT *al_load_bitmap_font_flags(const char *fname, int flags) \f[R] .fi .SH DESCRIPTION .PP Like al_load_bitmap_font(3alleg5) but additionally takes a flags parameter which is a bitfield containing a combination of the following: .TP ALLEGRO_NO_PREMULTIPLIED_ALPHA The same meaning as for al_load_bitmap_flags(3alleg5). .SH SEE ALSO .PP al_load_bitmap_font(3alleg5), al_load_bitmap_flags(3alleg5)