diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index aae0edad..48213e6c 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -573,8 +573,10 @@ protected: void handleWordExtremes (int wordIndex); void correctLastWordExtremes (); - static int getShrinkability(struct Word *word); - static int getStretchability(struct Word *word); + static int getSpaceShrinkability(struct Word *word); + static int getSpaceStretchability(struct Word *word); + static int getLineShrinkability(struct Word *someWord); + static int getLineStretchability(struct Word *someWord); int hyphenateWord (int wordIndex); void accumulateWordForLine (int lineIndex, int wordIndex); void accumulateWordData (int wordIndex); |