allegro v3.0.0+5.1.8 (2014-09-14T00:00:52Z)
Home
Dub
Repo
ALLEGRO_FONT
allegro5
allegro_font
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
ALLEGRO_FONT {
void
*
data
;
int
height
;
ALLEGRO_FONT_VTABLE
*
vtable
;
}
Members
Variables
data
void
*
data
;
Undocumented in source.
height
int
height
;
Undocumented in source.
vtable
ALLEGRO_FONT_VTABLE
*
vtable
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
allegro_font
enums
ALLEGRO_ALIGN_LEFT
functions
al_create_builtin_font
al_destroy_font
al_draw_justified_text
al_draw_justified_textf
al_draw_justified_ustr
al_draw_text
al_draw_textf
al_draw_ustr
al_get_allegro_font_version
al_get_font_ascent
al_get_font_descent
al_get_font_line_height
al_get_font_ranges
al_get_text_dimensions
al_get_text_width
al_get_ustr_dimensions
al_get_ustr_width
al_grab_font_from_bitmap
al_init_font_addon
al_load_bitmap_font
al_load_bitmap_font_flags
al_load_font
al_register_font_loader
al_shutdown_font_addon
structs
ALLEGRO_FONT
ALLEGRO_FONT_VTABLE