XSetFont() - GC convenience routines
XSetFont (Display *display, GC gc, Font font)
- display
- Specifies the connection to the X server.
- font
- Specifies the font.
- gc
- Specifies the GC.
The XSetFont(3) function sets the current font in the
specified GC.
XSetFont(3) can generate BadAlloc, BadFont, and
BadGC errors.
- BadAlloc
- The server failed to allocate the requested resource or server
memory.
- BadFont
- A value for a Font or GContext argument does not name a defined
Font.
- BadGC
- A value for a GContext argument does not name a defined
GContext.
SEE ALSO
XCreateGC()
XQueryBestSize()
XSetArcMode()
XSetClipOrigin()
XSetFillStyle()
XSetLineAttributes()
XSetState()
XSetTile()
Xlib