NAME

XExtentsOfFontSet - obtain the maximum extents structure for a font set

SYNTAX

XFontSetExtents *XExtentsOfFontSet(XFontSet _f_o_n_t___s_e_t);

ARGUMENTS

_f_o_n_t___s_e_t Specifies the font set.

DESCRIPTION

The _X_E_x_t_e_n_t_s_O_f_F_o_n_t_S_e_t function returns an _X_F_o_n_t_S_e_t_E_x_t_e_n_t_s structure for the fonts used by the Xmb and Xwc layers for the given font set.

The _X_F_o_n_t_S_e_t_E_x_t_e_n_t_s structure is owned by Xlib and should not be modified or freed by the client. It will be freed by a call to _X_F_r_e_e_F_o_n_t_S_e_t with the associated _X_F_o_n_t_S_e_t. Until freed, its contents will not be modified by Xlib.

SEE ALSO

XCreateFontSet(3X11), XFontsOfFontSet(3X11), XFontSetExtents(3X11)
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e