Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
load_bios_font(3)		 Allegro manual 	       load_bios_font(3)

NAME
     load_bios_font  -	Loads  a 8x8 or 8x16 BIOS format font. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     FONT *load_bios_font(const char *filename, RGB *pal, void *param)

DESCRIPTION
     Loads a 8x8 or 8x16 BIOS format font. You shouldn't normally call this rou-
     tine directly.

RETURN VALUE
     Returns a pointer to the font or NULL on error. Remember that you	are  re-
     sponsible	for  destroying  the font when you are finished with it to avoid
     memory leaks.

SEE ALSO
     register_font_file_type(3), load_font(3)

Allegro 			  version 4.4.3 	       load_bios_font(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=load_bios_font&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help