1al_load_ttf_font_stretch_f(3)                    al_load_ttf_font_stretch_f(3)
2
3
4

NAME

6       al_load_ttf_font_stretch_f - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

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 ob‐
20              ject and must not be freed by the caller, as FreeType expects to
21              be able to read from it at a later time.
22

SINCE

24       5.0.6, 5.1.0
25

SEE ALSO

27       al_load_ttf_font_stretch(3)
28
29
30
31Allegro reference manual                         al_load_ttf_font_stretch_f(3)
Impressum