.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" 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" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_load_bitmap_font - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include ALLEGRO_FONT *al_load_bitmap_font(const char *fname) \f[R] .fi .SH DESCRIPTION .PP Load a bitmap font from a file. This is done by first calling al_load_bitmap_flags(3) and then al_grab_font_from_bitmap(3). .PP If you wanted to load an old A4 font, for example, it would be better to load the bitmap yourself in order to call al_convert_mask_to_alpha(3) on it before passing it to al_grab_font_from_bitmap(3). .SH SEE ALSO .PP al_load_bitmap_font_flags(3), al_load_font(3), al_load_bitmap_flags(3)