New public API:
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 6 Aug 2008 08:38:47 +0000 (08:38 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 6 Aug 2008 08:38:47 +0000 (08:38 +0000)
commitfb5d6ad85ca10e67db70575b0604894fa8c484f5
tree6d981e7a19a26d9e73af5940ccc2f8451940e940
parent1c37e9281dfb928291911f13e2ffb21589024725
New public API:

2008-07-30  Behdad Esfahbod  <behdad@gnome.org>

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

* pango/pangocairo.h:
* pango/pangocairo-render.c:

        New public API:

                pango_cairo_show_glyph_item()

svn path=/trunk/; revision=2674
ChangeLog
docs/pango-sections.txt
docs/tmpl/pango-renderer.sgml
docs/tmpl/pangocairo.sgml
pango/pango-renderer.c
pango/pango-renderer.h
pango/pango.def
pango/pangocairo-render.c
pango/pangocairo.def
pango/pangocairo.h