You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2006/12/03 22:35:22 UTC

svn commit: r481916 - in /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook: fontconfig.xml renames.txt

Author: schor
Date: Sun Dec  3 13:35:20 2006
New Revision: 481916

URL: http://svn.apache.org/viewvc?view=rev&rev=481916
Log:
UIMA-5 reorg of docbook

Added:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/fontconfig.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/renames.txt

Added: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/fontconfig.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/fontconfig.xml?view=auto&rev=481916
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/fontconfig.xml (added)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/fontconfig.xml Sun Dec  3 13:35:20 2006
@@ -0,0 +1,24 @@
+<configuration>
+  <fonts>
+    <font metrics-file="file:lib/palatino.xml" 
+      kerning="yes"
+      embed-file="file:///c:/WINDOWS/Fonts/pala.TTF">
+      <font-triplet name="Palatino" style="normal" weight="normal"/>
+    </font>
+    <font metrics-file="file:lib/palatino-bold.xml" 
+      kerning="yes"
+      embed-file="file:///c:/WINDOWS/Fonts/palab.TTF">
+      <font-triplet name="Palatino" style="normal" weight="bold"/>
+    </font>
+    <font metrics-file="file:lib/palatino-italic.xml" 
+      kerning="yes"
+      embed-file="file:///c:/WINDOWS/Fonts/palai.TTF">
+      <font-triplet name="Palatino" style="italic" weight="normal"/>
+    </font>
+    <font metrics-file="file:lib/palatino-bold-italic.xml" 
+      kerning="yes"
+      embed-file="file:///c:/WINDOWS/Fonts/palabi.TTF">
+      <font-triplet name="Palatino" style="italic" weight="bold"/>
+    </font>
+  </fonts>
+</configuration>
\ No newline at end of file

Added: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/renames.txt
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/renames.txt?view=auto&rev=481916
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/renames.txt (added)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/renames.txt Sun Dec  3 13:35:20 2006
@@ -0,0 +1 @@
+XCAS Annotation Viewer -> Annotation Viewer
\ No newline at end of file