1al_load_ttf_font_stretch_f(3) al_load_ttf_font_stretch_f(3)
2
3
4
6 al_load_ttf_font_stretch_f - Allegro 5 API
7
9 #include <allegro5/allegro_ttf.h>
10
11 ALLEGRO_FONT *al_load_ttf_font_stretch_f(ALLEGRO_FILE *file,
12 char const *filename, int w, int h, int flags)
13
15 Like al_load_ttf_font_stretch(3), but the font is read from the file
16 handle. The filename is only used to find possible additional files
17 next to a font file.
18
19 Note: The file handle is owned by the returned ALLEGRO_FONT
20 object and must not be freed by the caller, as FreeType expects
21 to be able to read from it at a later time.
22
24 5.0.6, 5.1.0
25
27 al_load_ttf_font_stretch(3)
28
29
30
31Allegro reference manual al_load_ttf_font_stretch_f(3)