1. NAME

XExtentsOfFontSet - obtain the maximum extents structure for a font set

2. SYNTAX

XFontSetExtents *XExtentsOfFontSet(XFontSet font_set);

3. ARGUMENTS

font_set 1i Specifies the font set.

4. DESCRIPTION

The .ZN XExtentsOfFontSet function returns an .ZN XFontSetExtents structure for the fonts used by the Xmb and Xwc layers for the given font set.

The .ZN XFontSetExtents structure is owned by Xlib and should not be modified or freed by the client. It will be freed by a call to .ZN XFreeFontSet with the associated .ZN XFontSet . Until freed, its contents will not be modified by Xlib.

5. SEE ALSO