aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2001-02-13 16:50:54 +0000
committerfotis <fotis@unknown>2001-02-13 16:50:54 +0000
commit44894efca7f4d3abeb4050c7b8cf2dbcfca8b5c2 (patch)
tree0d938018c42e92def7c5c1ad0def5420c2f70b72 /docs
parente257f5ef72fddc99cd688194260690318c061e58 (diff)
downloadxmlgraphics-fop-44894efca7f4d3abeb4050c7b8cf2dbcfca8b5c2.tar.gz
xmlgraphics-fop-44894efca7f4d3abeb4050c7b8cf2dbcfca8b5c2.zip
adding euro symbol to example file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/fo/fonts.fo11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/examples/fo/fonts.fo b/docs/examples/fo/fonts.fo
index 95ec677b8..aa415e521 100644
--- a/docs/examples/fo/fonts.fo
+++ b/docs/examples/fo/fonts.fo
@@ -60,10 +60,15 @@ Courier
</fo:block>
<fo:block font-family="Helvetica" font-size="12pt">
- Some special symbols: Euro, Zcaron, zcaron
+ Some special characters:
</fo:block>
- <fo:block space-after.optimum="10pt" font-family="Symbol">
-&#x20AC; &#x017D;
+ <fo:block space-after.optimum="10pt" font-family="Helvetica">
+Euro ( dec 8364, hex 20AC): &#x20AC;
+ </fo:block>
+
+
+ <fo:block space-after.optimum="10pt" font-family="Helvetica">
+
</fo:block>
</fo:flow>