keiron 02/02/18 01:01:50
Modified: docs/xml-docs/fop fonts.xml
Log:
some more font embedding info
Revision Changes Path
1.7 +15 -6 xml-fop/docs/xml-docs/fop/fonts.xml
Index: fonts.xml
===================================================================
RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/fonts.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fonts.xml 5 Feb 2002 19:14:58 -0000 1.6
+++ fonts.xml 18 Feb 2002 09:01:50 -0000 1.7
@@ -11,7 +11,6 @@
</p>
<note><p>
The Font is simply embedded into the PDF file, it is not converted.
- If it is a Windows font then it will only be displayed properly on Windows.
</p></note>
</s2>
<s2 title="Adding additional Type 1 fonts">
@@ -45,12 +44,22 @@
ie:
</p>
<p>
- <code>
-<font metrics-file="cyberbit.xml" kerning="yes"
embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
- <font-triplet name="Cyberbit" style="normal" weight="normal">
-</font>
-</code>
+ <source><![CDATA[
+<font metrics-file="cyberbit.xml" kerning="yes"
embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
+ <font-triplet name="Cyberbit" style="normal" weight="normal">
+</font>]]>
+</source>
</p>
+ <note><p>
+ If you do not want the font embedded in the PDF then remove the
+ "embed-file" attribute. The PDF will then contain text using
+ the font with the font metrics and to view it properly the
+ font will need to be installed where it is being viewed.
+ </p></note>
+ <note><p>
+ Cocoon users will need to setup the config, see FOPSerializer
+ for more information.
+ </p></note>
</s3>
</s2>
<s2 title="Adding additional TrueType">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]