XLocaleOfFontSet − get the locale of a font set.
Synopsis
char *XLocaleOfFontSet(font_set)
XFontSet font_set;
Arguments
font_setSpecifies the font set.
Availability
Release 5 and later.
Description
XLocaleOfFontSet() returns the name of the locale bound to the specified XFontSet, as a null-terminated string. The returned locale name string is owned by Xlib and should not be modified or freed by the client. It may be freed by a call to XFreeFontSet() with the associated XFontSet. Until freed, it will not be modified by Xlib.
See Also
XCreateFontSet(), XExtentsOfFontSet(), XFontsOfFontSet(),
XContextDependentDrawing().
Copyright O’Reilly & Assoc. —