GDIndex.gif Previous-2.gif Next-3.gif

GDstate_set_font - GD API


Synopsis

set the font string


void GDstate_set_font
(GDview *view,  char *font)

Description

GDstate_set_font sets view 's font name. This determines the font in which text appears.

font is a string specifying a standard X font. For a list of fonts, use the xlsfont utility. You can specify the special characters * and ? in place of any parameter in the font string.

 



GDIndex.gif Previous-2.gif Next-3.gif