- char_length
int function(const(ALLEGRO_FONT)*, int) char_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy
void function(ALLEGRO_FONT*) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- font_ascent
int function(const(ALLEGRO_FONT)*) font_ascent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- font_descent
int function(const(ALLEGRO_FONT)*) font_descent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- font_height
int function(const(ALLEGRO_FONT)*) font_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_font_ranges
int function(ALLEGRO_FONT*, int, int*) get_font_ranges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_glyph_advance
int function(const(ALLEGRO_FONT)*, int, int) get_glyph_advance;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_glyph_dimensions
bool function(const(ALLEGRO_FONT)*, int, int*, int*, int*, int*) get_glyph_dimensions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- get_text_dimensions
void function(const(ALLEGRO_FONT)*, const(ALLEGRO_USTR)*, int*, int*, int*, int*) get_text_dimensions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- render
int function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, const(ALLEGRO_USTR)*, float, float) render;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- render_char
int function(const(ALLEGRO_FONT)*, ALLEGRO_COLOR, int, float, float) render_char;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- text_length
int function(const(ALLEGRO_FONT)*, const(ALLEGRO_USTR)*) text_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.