diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2016-02-12 18:55:29 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-02-24 13:25:27 +0100 |
commit | ca4af51ba401595acc76cecc8d6c0cc2c4cf6711 (patch) | |
tree | a6a62e588b70c1ada1984e6f6d0f4369287e174b /include | |
parent | bb30d147636c2b722931e6692f68b6fddfd2c334 (diff) | |
download | mupdf-ca4af51ba401595acc76cecc8d6c0cc2c4cf6711.tar.xz |
html: Add support for soft hyphens in line breaking.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/html.h | 3 |
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 |