XLocaleOfFontSet(3X) XLIB FUNCTIONS XLocaleOfFontSet(3X)
NAME
XLocaleOfFontSet - obtain font set information
SYNTAX
char *XLocaleOfFontSet(font_set)
XFontSet font_set;
ARGUMENTS
font_set Specifies the font set.
DESCRIPTION
The XLocaleOfFontSet function 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 XFree-
FontSet with the associated XFontSet. Until freed, it will not be modified by Xlib.
SEE ALSO
XCreateOC(3X), XFontsOfFontSet(3X), XBaseFontNameListOfFontSet(3X), XContextDependentDrawing(3X), XContextualDrawing(3X), XDirectionalDe-
pendentDrawing
X Version 11 Release 6 XLocaleOfFontSet(3X)