@param c The connection
@param max_names The maximum number of fonts to be returned.
@param pattern_len The length (in bytes) of \a pattern.
@param pattern A font pattern, for example "-misc-fixed-*".
\n
The asterisk (*) is a wildcard for any number of characters. The question mark
(?) is a wildcard for a single character. Use of uppercase or lowercase does
not matter.
@return A cookie
Gets a list of available font names which match the given \a pattern.
This form can be used only if the request will cause
a reply to be generated. Any returned error will be
placed in the event queue.
@brief get matching font names and information
@param c The connection @param max_names The maximum number of fonts to be returned. @param pattern_len The length (in bytes) of \a pattern. @param pattern A font pattern, for example "-misc-fixed-*". \n The asterisk (*) is a wildcard for any number of characters. The question mark (?) is a wildcard for a single character. Use of uppercase or lowercase does not matter. @return A cookie
Gets a list of available font names which match the given \a pattern.
This form can be used only if the request will cause a reply to be generated. Any returned error will be placed in the event queue.