xcb_open_font

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

extern (C)
xcb_open_font

Meta