]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added a few more text tests
authorKeiron Liddle <keiron@apache.org>
Thu, 18 Jul 2002 10:10:26 +0000 (10:10 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 18 Jul 2002 10:10:26 +0000 (10:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195005 13f79535-47bb-0310-9956-ffa450edef68

test/resources/fop/svg/text.svg

index 7a8b49e96e55d7327a17282a8668c330bf60e04c..08b825e341ad487e9eca60156460d0ab5f85bcfd 100644 (file)
   <text x="15" y="310" font-family="FOPFont" font-size="12">FOP in FOPfont</text>
 </g>
 
+  <text x="130" y="80" writing-mode="tb" font-size="12">vertical</text>
+  <text x="140" y="80" writing-mode="tb" glyph-orientation-vertical="0deg" font-size="12">vertical</text>
+  <text x="150" y="80" glyph-orientation-horizontal="90deg" font-size="12">orientated text</text>
+
+  <text x="150" y="95" font-stretch="narrower" font-size="12">stretched font</text>
+
+  <text x="150" y="110" letter-spacing="5" font-size="12">spaced letters</text>
+
+  <text x="150" y="125" word-spacing="3pt" font-size="12">spaced words</text>
+
+
+
   <!-- empty element -->
   <text/>
 </g>