NAME
XLocaleOfFontSet — get the locale of a font set.
SYNOPSIS
char ∗XLocaleOfFontSet(font_set)
XFontSet font_set;
ARGUMENTS
font_setSpecifies the font set.
RETURNS
The locale name (NULL terminated).
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(), XBaseFontNameListOfFontSet(), XContextDependentDrawing().
Xlib Reference Manual