acumiskey
Thu, 01 May 2008 07:02:18 -0700
Author: acumiskey Date: Thu May 1 07:01:54 2008 New Revision: 652525 URL: http://svn.apache.org/viewvc?rev=652525&view=rev Log: Forgot about dependency on PrintRenderer, last commit broke the build - will commit this rename later. Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java?rev=652525&r1=652524&r2=652525&view=diff ============================================================================== --- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java (original) +++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/afp/AFPRenderer.java Thu May 1 07:01:54 2008 @@ -279,8 +279,8 @@ public void setupFontInfo(FontInfo inFontInfo) { this.fontInfo = inFontInfo; int num = 1; - if (this.embedFontInfoList != null && this.embedFontInfoList.size() > 0) { - for (Iterator it = this.embedFontInfoList.iterator(); it.hasNext();) { + if (this.fontList != null && this.fontList.size() > 0) { + for (Iterator it = this.fontList.iterator(); it.hasNext();) { AFPFontInfo afi = (AFPFontInfo)it.next(); AFPFont bf = (AFPFont)afi.getAFPFont(); for (Iterator it2 = afi.getFontTriplets().iterator(); it2.hasNext();) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]