TOC PREV NEXT INDEX

GDstate_set_font

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.


TOC PREV NEXT INDEX