xcb_list_fonts_with_info

@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.

extern (C)
xcb_list_fonts_with_info
(,
ushort max_names
,,
const char* pattern
)

Meta