diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-06 15:11:57 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-06 15:11:57 +0100 |
commit | a914d5ffedd10004ae86b55aaaf58df270c4d960 (patch) | |
tree | 7501afdfb31c82b8cb4d1ca9d0f1314b6c63c976 /dw/hyphenator.hh | |
parent | a9136a867918e4bb7aa2080f2960c6920b405258 (diff) |
Split up words in hyphenation.
Diffstat (limited to 'dw/hyphenator.hh')
-rw-r--r-- | dw/hyphenator.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/hyphenator.hh b/dw/hyphenator.hh index 743a9073..b02265ec 100644 --- a/dw/hyphenator.hh +++ b/dw/hyphenator.hh @@ -105,6 +105,8 @@ class Hyphenator: public lout::object::Object void insertPattern (TrieBuilder *trieBuilder, char *s); void insertException (char *s); + void hyphenateSingleWord(char *wordLc, int offset, + lout::misc::SimpleVector <int> *breakPos); bool isCharPartOfActualWord (char *s); public: |