al_destroy_font - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro_font.h>

void al_destroy_font(ALLEGRO_FONT *f)

Description

Frees the memory being used by a font structure. Does nothing if passed NULL.

See Also

al_load_font(3)

Referenced By

al_create_builtin_font(3), al_load_font(3).

Allegro reference manual