Skip to content

Commit b63d9bb

Browse files
committed
Update autoported files
5f5b110c18fddfed9da676fef0e4b9cff01ba0d7
1 parent b7fcdd8 commit b63d9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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() || '\u2011' == g.GetUnicode();
1260+
() || '\u00a0' == g.GetUnicode();
12611261
}
12621262

12631263
private void UpdateFontAndText() {

0 commit comments

Comments
 (0)