1XExtentsOfFontSet(3) XLIB FUNCTIONS XExtentsOfFontSet(3)
2
3
4
6 XExtentsOfFontSet - obtain the maximum extents structure for a font set
7
9 XFontSetExtents *XExtentsOfFontSet(XFontSet font_set);
10
12 font_set Specifies the font set.
13
15 The XExtentsOfFontSet function returns an XFontSetExtents structure for
16 the fonts used by the Xmb and Xwc layers for the given font set.
17
18 The XFontSetExtents structure is owned by Xlib and should not be modi‐
19 fied or freed by the client. It will be freed by a call to XFree‐
20 FontSet with the associated XFontSet. Until freed, its contents will
21 not be modified by Xlib.
22
24 XCreateFontSet(3), XFontsOfFontSet(3), XFontSetExtents(3)
25 Xlib - C Language X Interface
26
27
28
29X Version 11 libX11 1.6.9 XExtentsOfFontSet(3)