gstream-set_line_spacing (3) Linux Manual Page
set_line_spacing Synopsis#include <gstream.h> void set_line_spacing(int ls); DescriptionSets the line spacing in pixels. The supplied value is added to the height of the font so if your font is 12 pixels high, and you call this function with 4, then the outputter will go 16 pixels down each time a newline is encountered, effectively making the…
