- char_length
int function(in ALLEGRO_FONT* f, int ch) char_length;
Undocumented in source.
- destroy
void function(ALLEGRO_FONT* f) destroy;
Undocumented in source.
- font_height
int function(in ALLEGRO_FONT* f) font_height;
Undocumented in source.
- get_font_ranges
int function(ALLEGRO_FONT* font, int ranges_count, int* ranges) get_font_ranges;
Undocumented in source.
- get_glyph_advance
int function(const ALLEGRO_FONT* font, int codepoint1, int codepoint2) get_glyph_advance;
Undocumented in source.
- get_glyph_dimensions
bool function(const ALLEGRO_FONT* f, int codepoint, int* bbx, int* bby, int* bbw, int* bbh) get_glyph_dimensions;
Undocumented in source.
- get_text_dimensions
void function(in ALLEGRO_FONT* f, in ALLEGRO_USTR* text, int* bbx, int* bby, int* bbw, int* bbh, int* ascent, int* descent) get_text_dimensions;
Undocumented in source.
- render
int function(in ALLEGRO_FONT* f, in ALLEGRO_USTR* text, int x, int y) render;
Undocumented in source.
- render_char
int function(in ALLEGRO_FONT* f, int ch, int x, int y) render_char;
Undocumented in source.
- text_length
int function(in ALLEGRO_FONT* f, in ALLEGRO_USTR* text) text_length;
Undocumented in source.