xcb_open_font_checked

@brief opens a font

@param c The connection @param fid The ID with which you will refer to the font, created by xcb_generate_id. @param name_len Length (in bytes) of \a name. @param name A pattern describing an X core font. @return A cookie

Opens any X core font matching the given \a name (for example "-misc-fixed-*").

Note that X core fonts are deprecated (but still supported) in favor of client-side rendering using Xft.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_open_font_checked

Meta