1set_wrap(3)                     gstream manual                     set_wrap(3)
2
3
4

NAME

6       set_wrap
7

SYNOPSIS

9       #include <gstream.h>
10
11
12       void set_wrap(bool w);
13

DESCRIPTION

15       If  set to true, the outputter will launch a newline if the text is too
16       wide to fit the line. The text will be wrapped at  the  spaces  between
17       the words.
18
19       If  a single word is too wide, it'll simply be outputted with a newline
20       before and after it, which means that it will get a line of its own and
21       probably be truncated by Allegro's clipping mechanism.
22
23       The  inputter  doesn't  wrap the lines, only the outputter. The default
24       value is false.
25
26
27
28
29
30gstream                           version 1.6                      set_wrap(3)
Impressum