Re: Auto reducing the letter spacing
Could FOP reduce letter spacing automatically like XEP engine? Pascal Sancho wrote: Hi, I see 2 options: - either play with letter-spacing (this is what Xep does), - or insert a ZWSP (#x200b;) where you want a break opportunity (before each uppercase letter could be a good place for a method name). Le 04/06/2012 11:14, SNawa a écrit : Hi All I have table with some text. One of the words in that text is too long for table column. FOP output XEP renderer can fit a long word automatically by reducing letter spacing. Can FOP to do it? Attached zip contains input and output in PDF input_and_output.zip http://old.nabble.com/file/p33956645/input_and_output.zip -- Pascal - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org -- View this message in context: http://old.nabble.com/Auto-reducing-the-letter-spacing-tp33956645p33964571.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Re: Auto reducing the letter spacing
Hi, Currently not, you have to do this by hand... That said, if somebody want to implement this, it will be welcome, such demand (fitting non breakable text in a table cell) is quite recurrent. Le 05/06/2012 16:54, SNawa a écrit : Could FOP reduce letter spacing automatically like XEP engine? Pascal Sancho wrote: Hi, I see 2 options: - either play with letter-spacing (this is what Xep does), - or insert a ZWSP (#x200b;) where you want a break opportunity (before each uppercase letter could be a good place for a method name). Le 04/06/2012 11:14, SNawa a écrit : Hi All I have table with some text. One of the words in that text is too long for table column. FOP output XEP renderer can fit a long word automatically by reducing letter spacing. Can FOP to do it? Attached zip contains input and output in PDF input_and_output.zip http://old.nabble.com/file/p33956645/input_and_output.zip -- Pascal - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Auto reducing the letter spacing
Hi All I have table with some text. One of the words in that text is too long for table column. FOP output http://old.nabble.com/file/p33956645/fop_output.png XEP renderer can fit a long word automatically by reducing letter spacing. http://old.nabble.com/file/p33956645/xep_output.png Can FOP to do it? Attached zip contains input and output in PDF http://old.nabble.com/file/p33956645/input_and_output.zip input_and_output.zip -- View this message in context: http://old.nabble.com/Auto-reducing-the-letter-spacing-tp33956645p33956645.html Sent from the FOP - Users mailing list archive at Nabble.com.
Re: Auto reducing the letter spacing
Hi, I see 2 options: - either play with letter-spacing (this is what Xep does), - or insert a ZWSP (#x200b;) where you want a break opportunity (before each uppercase letter could be a good place for a method name). Le 04/06/2012 11:14, SNawa a écrit : Hi All I have table with some text. One of the words in that text is too long for table column. FOP output XEP renderer can fit a long word automatically by reducing letter spacing. Can FOP to do it? Attached zip contains input and output in PDF input_and_output.zip http://old.nabble.com/file/p33956645/input_and_output.zip -- Pascal - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org