Dear Fop-devs, Just some comments on this work:
- it implements a word-by-word selection as the "auto" font-selection strategy. It will always pick the first font, which is able to display the most characters in a word. This behavior needs to be documented (I'll do that) - character-by-character is still TDB. I am currently thinking about creating breaks within one word if the font changes, then most of this implementation could be reused (and a font-change is a break in the word anyways) There is still an open issue: When the font is changed, the metrics for the line are not. E.g. when i have something like test SIGMA test <fo:block>test ∑ test</fo:block> the SIGMA character is set lower than it should be. At this time I was unable to find the cause of this behavior. Maybe someone has a hint as to why this happens? Max 2008/5/28 <[EMAIL PROTECTED]>: > Author: maxberger > Date: Wed May 28 09:10:32 2008 > New Revision: 660998 > > URL: http://svn.apache.org/viewvc?rev=660998&view=rev > Log: > Implemented Font auto-selection word-by-word >
