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

load_grx_or_bios_font - Loads either a BIOS or GRX format font. Allegro game programming library.

Description

       Loads either a BIOS or GRX format font. You shouldn't normally call this routine directly.

Name

       load_grx_or_bios_font - Loads either a BIOS or GRX format font. Allegro game programming library.

Return Value

       Returns 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 Also

register_font_file_type(3alleg4), load_font(3alleg4)

Allegro                                           version 4.4.3                   load_grx_or_bios_font(3alleg4)

Synopsis

#include<allegro.h>FONT*load_grx_or_bios_font(constchar*filename,RGB*pal,void*param)

See Also