Lines Matching defs:font
1605 // TODO investigate why the font is being ignored:
1606 unsigned int CairoRenderContext::_showGlyphs(cairo_t *cr, PangoFont * /*font*/, std::vector<CairoGlyphInfo> const &glyphtext, bool path)
1650 CairoRenderContext::renderGlyphtext(PangoFont *font, Geom::Affine const &font_matrix,
1660 gpointer fonthash = (gpointer)font;
1669 LOGFONTA *lfa = pango_win32_font_logfont(font);
1683 PangoFcFont *fc_font = PANGO_FC_FONT(font);
1698 // set the given font matrix
1710 _showGlyphs(_cr, font, glyphtext, FALSE);
1713 _showGlyphs(_cr, font, glyphtext, TRUE);
1744 _showGlyphs(_cr, font, glyphtext, true);
1752 _showGlyphs(_cr, font, glyphtext, false);
1759 _showGlyphs(_cr, font, glyphtext, true);
1774 _showGlyphs(_cr, font, glyphtext, true);
1778 _showGlyphs(_cr, font, glyphtext, false);