summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-15 20:58:13 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-20 11:53:00 -0700
commit1074fcae667461fda72fc85551f37a6fe7eb40ac (patch)
tree67442ab8ace7395f02b92de4f8ae0a514d8d2841 /docs
parent5c5c7bb310d886c1c4900440aefda78d676c691b (diff)
downloadpango-1074fcae667461fda72fc85551f37a6fe7eb40ac.tar.gz
Don't insert extra runs for hyphens
Instead, reshape the pre-break run with the soft hyphen replaced by an actual hyphen. This is unfortunately inefficient, we copy the entire text for this. The alternative (scatter-gather populating the harfbuzz buffer) is too hard to manage.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 9d08d0b2..f89debe6 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -6,6 +6,7 @@ PangoItem
PangoAnalysis
PANGO_ANALYSIS_FLAG_CENTERED_BASELINE
PANGO_ANALYSIS_FLAG_IS_ELLIPSIS
+PANGO_ANALYSIS_FLAG_NEED_HYPHEN
PANGO_TYPE_DIRECTION
<SUBSECTION>