Man Page: load_grx_or_bios_font
Operating Environment: debian
Section: 3alleg4
load_grx_or_bios_font(3alleg4) Allegro manual load_grx_or_bios_font(3alleg4)NAMEload_grx_or_bios_font - Loads either a BIOS or GRX format font. Allegro game programming library.SYNOPSIS#include <allegro.h> FONT *load_grx_or_bios_font(const char *filename, RGB *pal, void *param)DESCRIPTIONLoads either a BIOS or GRX format font. You shouldn't normally call this routine directly.RETURN VALUEReturns a pointer to the font or NULL on error. Remember that you are responsible for destroying the font when you are finished with it to avoid memory leaks.SEE ALSOregister_font_file_type(3alleg4), load_font(3alleg4) Allegro version 4.4.2 load_grx_or_bios_font(3alleg4)
| Related Man Pages |
|---|
| exfont(3alleg4) - debian |
| load_txt_font(3alleg4) - debian |
| exdata(3alleg4) - centos |
| exdata(3alleg4) - linux |
| exdata(3alleg4) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| One instance of comparing grep and awk |