diff options
| author | Richard Hughes <cyreve@gmail.com> | 2006-02-11 18:08:18 +0000 |
|---|---|---|
| committer | cyreve <cyreve@users.sourceforge.net> | 2006-02-11 18:08:18 +0000 |
| commit | 204e7d8e9e7cd013f759b97301bdcd20594cc9dc (patch) | |
| tree | e585c5ac51169eb2a60917294676fcf0ede14015 /src/libnrtype | |
| parent | make more sense of the rotation direction param (diff) | |
| download | inkscape-204e7d8e9e7cd013f759b97301bdcd20594cc9dc.tar.gz inkscape-204e7d8e9e7cd013f759b97301bdcd20594cc9dc.zip | |
make soft hyphens work
(bzr r119)
Diffstat (limited to 'src/libnrtype')
| -rwxr-xr-x | src/libnrtype/Layout-TNG-Compute.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp index 0fbbb6f0c..ca16291d0 100755 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -524,7 +524,6 @@ class Layout::Calculator if (unbroken_span.glyph_string->log_clusters[glyph_index] < (int)unbroken_span.text_bytes && *iter_source_text == UNICODE_SOFT_HYPHEN - && it_span + 1 != it_chunk->broken_spans.end() && glyph_index + 1 != it_span->end_glyph_index) { // if we're looking at a soft hyphen and it's not the last glyph in the // chunk we don't draw the glyph but we still need to add to _characters |
