Skip to content

Commit b7fcdd8

Browse files
committed
Updating port-hash due to reverted commit in Java.
Original commit hash:[5f5b110c]
1 parent 49668fa commit b7fcdd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.layout/itext/layout/renderer/TextRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ private int[] GetWordBoundsForHyphenation(GlyphLine text, int leftTextPos, int r
12571257

12581258
private bool IsGlyphPartOfWordForHyphenation(Glyph g) {
12591259
return char.IsLetter((char)g.GetUnicode()) || char.IsDigit((char)g.GetUnicode()) || '\u00ad' == g.GetUnicode
1260-
() || '\u00a0' == g.GetUnicode();
1260+
() || '\u00a0' == g.GetUnicode() || '\u2011' == g.GetUnicode();
12611261
}
12621262

12631263
private void UpdateFontAndText() {

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
831a0ffc85cf2e6497cb18d06c0f05b1ee1213e4
1+
5f5b110c18fddfed9da676fef0e4b9cff01ba0d7

0 commit comments

Comments
 (0)