XSetFont(3X11) XSetFont(3X11)NAMEXSetFont - GC convenience routinesSYNOPSISXSetFont(display, gc, font) Display *display; GC gc; Font font;ARGUMENTSSpecifies the connection to the X server. Specifies the font. Specifies the GC.DESCRIPTIONThe XSetFont function sets the current font in the specified GC. XSetFont can generate BadAlloc, BadFont, and BadGC errors.DIAGNOSTICSThe server failed to allocate the requested resource or server memory. A value for a Font or GContext argument does not name a defined Font. A value for a GContext argument does not name a defined GContext.SEE ALSOXCreateGC(3X11), XQueryBestSize(3X11), XSetArcMode(3X11), XSetClipOrigin(3X11), XSetFillStyle(3X11), XSetLineAttributes(3X11), XSet- State(3X11), XSetTile(3X11) Xlib -- C Language X Interface XSetFont(3X11)