Function xcb::xproto::query_font_unchecked
[−]
[src]
pub fn query_font_unchecked<'a>(
c: &'a Connection,
font: Fontable
) -> QueryFontCookie<'a>
query font metrics
Queries information associated with the font.
parameters:
c: The connection object to the server
font: The fontable (Font or Graphics Context) to query.