summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-02-12 18:55:29 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-24 13:25:27 +0100
commitca4af51ba401595acc76cecc8d6c0cc2c4cf6711 (patch)
treea6a62e588b70c1ada1984e6f6d0f4369287e174b /include
parentbb30d147636c2b722931e6692f68b6fddfd2c334 (diff)
downloadmupdf-ca4af51ba401595acc76cecc8d6c0cc2c4cf6711.tar.xz
html: Add support for soft hyphens in line breaking.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 72b72354..c3668501 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -198,7 +198,8 @@ enum
FLOW_SPACE = 1,
FLOW_BREAK = 2,
FLOW_IMAGE = 3,
- FLOW_SBREAK = 4
+ FLOW_SBREAK = 4,
+ FLOW_SHYPHEN = 5
};
/* We have to recognise the distinction between render direction