XFreeFontSet()XFreeFontSet()NameXFreeFontSet – free a font set.
Synopsis
void XFreeFontSet(display, font_set)
Display *display;
XFontSet font_set;
Arguments
display Specifies the connection to the X server.
font_set Specifies the font set.
Availability
Release 5 and later.
DescriptionXFreeFontSet() frees the specified font set. The associated base font
name list, font name list, XFontStruct list, and XFontSetExtents(), if
any, are freed.
See Also
XExtentsofFontSet, XFontsOfFontSet(), XCreateFontSet().
Xlib - Internationalized Text Output XFreeFontSet()