allegro5.allegro_ttf

Undocumented in source.

Members

Enums

ALLEGRO_TTF_NO_KERNING
anonymousenum ALLEGRO_TTF_NO_KERNING
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_get_allegro_ttf_version
uint al_get_allegro_ttf_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_init_ttf_addon
bool al_init_ttf_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_ttf_font
ALLEGRO_FONT* al_load_ttf_font(char* filename, int size, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_ttf_font_f
ALLEGRO_FONT* al_load_ttf_font_f(ALLEGRO_FILE* file, char* filename, int size, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_ttf_font_stretch
ALLEGRO_FONT* al_load_ttf_font_stretch(char* filename, int w, int h, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_load_ttf_font_stretch_f
ALLEGRO_FONT* al_load_ttf_font_stretch_f(ALLEGRO_FILE* file, char* filename, int w, int h, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_shutdown_ttf_addon
void al_shutdown_ttf_addon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta