]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Now implements FontData
authorPeter Bernard West <pbwest@apache.org>
Tue, 25 May 2004 15:25:59 +0000 (15:25 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 25 May 2004 15:25:59 +0000 (15:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197626 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/awt/Fonts.java

index 7ed01758d6855f2fc6790c35a79ba0219b7ec1bf..0ddffd40b8e8351a70d0f6eb5eb61402a1b5cdfe 100644 (file)
@@ -39,6 +39,7 @@ import org.apache.fop.fo.properties.FontStyle;
 import org.apache.fop.fo.properties.FontVariant;
 import org.apache.fop.fo.properties.FontWeight;
 import org.apache.fop.fonts.FontException;
+import org.apache.fop.render.FontData;
 
 /**
  * Java font selection is based on family names.  It seems that Java
@@ -239,7 +240,7 @@ import org.apache.fop.fonts.FontException;
  * @author pbw
  * @version $Revision$ $Name$
  */
-public class Fonts {
+public class Fonts implements FontData {
     private static final String tag = "$Name$";
     private static final String revision = "$Revision$";