From: G. Ken Holman (gkholman@CraneSoftwrights.com)
Date: Mon Oct 04 2004 - 06:17:13 PDT
At 2004-10-04 11:39 +0200, Obenaus, Detlef wrote:
>is there a way to rotade text in fo:block between 0 and 90°!?
Not directly in fo:block, but there are three possible interpretations of
your question ... each interpretation is shown below in XSL-FO. Note that
I haven't seen any package yet support all three of these interpretations.
I hope this helps (even if only academic at this stage).
................... Ken
<flow xmlns="http://www.w3.org/1999/XSL/Format" flow-name="frame-body"
font-family="Times" font-size="20pt">
<block>This is a normal block</block>
<block-container reference-orientation="90">
<block>Rotated block</block>
</block-container>
<block>
These are <inline glyph-orientation-horizontal="90deg">rotated</inline>
characters.
</block>
<block>
These are
<inline-container reference-orientation="90">
<block>rotated</block>
</inline-container>
<inline-container reference-orientation="90">
<block>words</block>
</inline-container>
in a line.
</block>
</flow>
-- Upcoming publicly-subscribed XSL delivery: Helsinki Oct 18-20,2004 World-wide on-site corporate, govt. & user group XML/XSL training. G. Ken Holman mailto:gkholman@CraneSoftwrights.com Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
This archive was generated by hypermail 2.1.5 : Mon Oct 04 2004 - 06:41:44 PDT