aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/render/pdf
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-11-02 13:02:45 +0000
committerfotis <fotis@unknown>2000-11-02 13:02:45 +0000
commit864c20904a94ffa58b067edb60700460a4df0820 (patch)
tree61b9c4dd09a29ade087c2f2d3db641c9012d2df2 /src/org/apache/fop/render/pdf
parentd781b5bb875bd8f73bfb9e97ed40d55a3c642e31 (diff)
downloadxmlgraphics-fop-864c20904a94ffa58b067edb60700460a4df0820.tar.gz
xmlgraphics-fop-864c20904a94ffa58b067edb60700460a4df0820.zip
adds support for type 1 fonts by Jeremias Maerki <jeremias.maerki@outline.ch>
based on work by Alain Fagot (comments out font entries) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193741 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/render/pdf')
-rw-r--r--src/org/apache/fop/render/pdf/FontSetup.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/apache/fop/render/pdf/FontSetup.java b/src/org/apache/fop/render/pdf/FontSetup.java
index 368a67af8..c2209a921 100644
--- a/src/org/apache/fop/render/pdf/FontSetup.java
+++ b/src/org/apache/fop/render/pdf/FontSetup.java
@@ -95,7 +95,8 @@ public class FontSetup {
fontInfo.addMetrics("F12", new CourierBoldOblique());
fontInfo.addMetrics("F13", new Symbol());
fontInfo.addMetrics("F14", new ZapfDingbats());
- fontInfo.addMetrics("F15", new URWPalladioLRoma());
+
+ //Custom type 1 fonts step 1/2
// fontInfo.addMetrics("F15", new OMEP());
// fontInfo.addMetrics("F16", new GaramondLightCondensed());
// fontInfo.addMetrics("F17", new BauerBodoniBoldItalic());
@@ -176,8 +177,7 @@ public class FontSetup {
fontInfo.addFontProperties("F14", "ZapfDingbats", "normal",
"normal");
- fontInfo.addFontProperties("F15", "URWPalladioLRoma", "normal", "normal");
- //Custom type 1 fonts
+ //Custom type 1 fonts step 2/2
// fontInfo.addFontProperties("F15", "OMEP", "normal", "normal");
// fontInfo.addFontProperties("F16", "Garamond-LightCondensed", "normal", "normal");
// fontInfo.addFontProperties("F17", "BauerBodoni", "italic", "bold");