]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added documentation for font-in-jar-files
authorMaximilian Berger <maxberger@apache.org>
Mon, 10 Dec 2007 13:35:33 +0000 (13:35 +0000)
committerMaximilian Berger <maxberger@apache.org>
Mon, 10 Dec 2007 13:35:33 +0000 (13:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@602898 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/fonts.xml

index 14f210a7924950312b50162eb0312b39b17a32fa..7d90f757e11759d40f05722e44d0dd314c61d70f 100644 (file)
@@ -25,6 +25,7 @@
       <person name="Jeremias Märki" email=""/>
       <person name="Tore Engvig" email=""/>
       <person name="Adrian Cumiskey" email=""/>
+      <person name="Max Berger" email=""/>
     </authors>
   </header>
   <body>
@@ -302,6 +303,16 @@ It will display all of the font names and exit with an Exception.</p>
         </ul>
         <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note-->
       </section>
+      <section id="autodetect">
+        <title>Auto-Detect and auto-embedd feature</title>
+      <p>When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.</p>
+      <p>FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:</p>
+      <source>Manifest-Version: 1.0
+
+Name: font/myfont.ttf
+Content-Type: application/x-font</source>
+      <p>This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.</p>
+      </section>
       <section id="embedding">
         <title>Embedding</title>
         <note>The PostScript renderer does not yet support TrueType fonts, but can embed Type 1 fonts.</note>