pbwest 2004/05/25 08:25:59 Modified: src/java/org/apache/fop/render/awt Tag: FOP_0-20-0_Alt-Design Fonts.java Log: Now implements FontData Revision Changes Path No revision No revision 1.1.2.3 +5 -4 xml-fop/src/java/org/apache/fop/render/awt/Attic/Fonts.java Index: Fonts.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/render/awt/Attic/Fonts.java,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- Fonts.java 24 May 2004 14:04:21 -0000 1.1.2.2 +++ Fonts.java 25 May 2004 15:25:59 -0000 1.1.2.3 @@ -39,6 +39,7 @@ 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 @@ * @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$";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]