- reintroduced the *_update() functions in
sp-flowdiv.cpp; apparently they're needed to have flowRoot reflow when text is edited
- print uses the text-to-path method, that is you can
print any font in flowRoot
- better convert_to_text(), including partial dx/dy
support (need to figure a way to get the sum of the dy shifts at the end of a tspan)
Thanks, committed. The jumping flowspans bug on convert-to-text seem to be fixed.
Please use the version from CVS! I now had to re-type several small fixes I had in sp-flowtext (such as _() for description).
What remains to be done:
- word-spacing CSS property must be supported as well as letter-spacing. This needs to be added to style.cpp and then to sp-text.
- justification must be achieved, first, by squeezing/stretching spaces, and only if this is not possible, by modifying letterspacing. To this end, inkscape:layoutOptions must support 4 parameters:
squeezability of space; stretchability of space; squeezability of letterspacing; stretchability of letterspacing
(all four are in % relative to the normal value). Some sensible defaults can be found by playing with various texts.
participants (1)
-
bulia byak