GNOME Bugzilla – Bug 472625
Add draw_glyph_item() to PangoRenderer
Last modified: 2008-08-06 08:00:43 UTC
Such that we can produce text-extractable PDFs with cairo in the future (when cairo adds cairo_show_text_glyphs()).
2008-07-30 Behdad Esfahbod <behdad@gnome.org> Bug 472625 – Add draw_glyph_item() to PangoRenderer * docs/pango-sections.txt: * docs/tmpl/pango-renderer.sgml: * pango/pango-renderer.c: * pango/pango-renderer.h: New public API: PangoRenderer::draw_glyph_item() pango_renderer_draw_glyph_item() Make layout and layout-line default renderers go through draw_glyph_item(), which then by default falls back to draw_glyphs(). The advantage in draw_glyph_item() is that it has access to the text and cluster information.