diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-09-26 15:37:20 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-09-26 15:37:20 -0400 |
commit | bbec7e8697907a922f80c00b94f54b9b8634d264 (patch) | |
tree | 18c737c4c838199b9e6ca72383afdcd09e874af5 /docs | |
parent | 1c151fef87c61e2d329d84d3db59559bffa767fe (diff) | |
download | pango-bbec7e8697907a922f80c00b94f54b9b8634d264.tar.gz |
Add pango_shape_full()
Variant of pango_shape() that takes the full paragraph text as input.
This is then passed in entirety to HarfBuzz, which would allow certain
cross-run interactions (in Arabic for example).
When combined with upcoming HarfBuzz 0.9.5+, this fixes:
Red Hat Bug 858736 - [Spanish] Stray dotted circle rendered
https://bugzilla.redhat.com/show_bug.cgi?id=858736
and partially:
Bug 313181 - color changes break arabic shaping
https://bugzilla.gnome.org/show_bug.cgi?id=313181
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 93f256c5..5f6ba73c 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -53,6 +53,7 @@ pango_default_break PangoLogAttr <SUBSECTION> pango_shape +pango_shape_full <SUBSECTION Private> pango_context_get_type |