Manual Pages for Linux CentOS command on man xcb_list_fonts_names_length
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_list_fonts_names_length

xcblistfonts(3) XCB Requests xcblistfonts(3)

NAME

xcblistfonts - get matching font names SYNOPSIS

#include Request function xcblistfontscookiet xcblistfonts(xcbconnectiont *conn, uint16t maxnames, uint16t patternlen, const char *pattern); Reply datastructure typedef struct xcblistfontsreplyt { uint8t responsetype; uint8t pad0; uint16t sequence; uint32t length; uint16t nameslen; uint8t pad1[22]; } xcblistfontsreplyt; Reply function xcblistfontsreplyt *xcblistfontsreply(xcbconnectiont *conn, xcblistfontscookiet cookie, xcbgenericerrort **e); Reply accessors int xcblistfontsnameslength(const xcblistfontsreplyt *reply); xcbstriteratort xcblistfontsnamesiterator(const xcblistfontsreplyt *reply); REQUEST ARGUMENTS conn The XCB connection to X11. maxnames The maximum number of fonts to be returned. patternlen The length (in bytes) of pattern.

pattern A font pattern, for example "-misc-fixed-*". 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. REPLY FIELDS responsetype The type of this reply, in this case XCBLISTFONTS. This field is also present in the xcbgenericreplyt and can be used to tell replies apart from each other. sequence The sequence number of the last request processed by the X11 server. length The length of the reply, in words (a word is 4 bytes). nameslen The number of font names. DESCRIPTION Gets a list of available font names which match the given pattern. RETURN VALUE Returns an xcblistfontscookiet. Errors have to be handled when calling the reply function xcblistfontsreply. If you want to handle errors in the event loop instead, use

xcblistfontsunchecked. See xcb-requests(3) for details. ERRORS This request does never generate any errors. SEE ALSO

xcb-requests(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcblistfonts(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™