From afdf6b93096f0610bdd6742b8c17e789f152d88e Mon Sep 17 00:00:00 2001
From: Keiron Liddle
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.
-
-<font metrics-file="cyberbit.xml" kerning="yes" embed-file="C:\WINNT\Fonts\Cyberbit.ttf">
- <font-triplet name="Cyberbit" style="normal" weight="normal">
-</font>
-
+
+ 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. +
+ Cocoon users will need to setup the config, see FOPSerializer + for more information. +