]> source.dussan.org Git - xmlgraphics-fop.git/commit
Solve a few problems concerning hyphenation:
authorSimon Pepping <spepping@apache.org>
Sat, 29 May 2004 08:50:46 +0000 (08:50 +0000)
committerSimon Pepping <spepping@apache.org>
Sat, 29 May 2004 08:50:46 +0000 (08:50 +0000)
commitec0d3c558af3272a4693944c0fcf13b93c209d44
tree65e843836899b07e28489ea4b791b19aa2e20608
parent14f6cb37411eedd98c3efd995e14430bb7db2ec7
Solve a few problems concerning hyphenation:
- show the '-' at the end of the hyphenated lines
- use the fo:hyphenate property to enable hyphenation, instead of the alignment
- specify the hyphenation character using the fo:hyphenation-character property
Patch by Luca Furini, bug 27773

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197651 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/PropertyManager.java
src/java/org/apache/fop/fo/TextInfo.java
src/java/org/apache/fop/layoutmgr/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/TextLayoutManager.java