cairo_set_font 3 cairo_set_font replace the font in the current state void cairo_set_font (cairo_t *cr, cairo_font_t *font) cr : a cairo_t font : replaces the current cairo_font_t object in the cairo_t with font. The replaced font in the cairo_t will be destroyed if there are no other references to it. Description functions cairo_set_font