|
NAMEal_create_builtin_font - Allegro 5 APISYNOPSIS
DESCRIPTIONCreates a monochrome bitmap font (8x8 pixels per character).This font is primarily intended to be used for displaying information in environments or during early runtime states where no external font data is available or loaded (e.g. for debugging). The builtin font contains the following unicode character ranges:
Returns NULL on an error. The font memory must be freed the same way as for any other font, using al_destroy_font(3). SINCE5.0.8, 5.1.3SEE ALSOal_load_bitmap_font(3), al_destroy_font(3)
Visit the GSP FreeBSD Man Page Interface. |