funny, i compiled 0.20.3-rc with 1.4-rc and everything was smooth except for some problems with svg/PDFGraphics2D.java (a new abstract method in java.awt.GraphicsConfiguration ) that i had to put a stub for, but it breezed thro' the encodings.
-ram On Thursday 21 February 2002 11:09 pm, you wrote: > Hi, > > Has anyone been able to compile FOP with JDK 1.4? It gets this far in the > build process: > > in: ./build/src/codegen/extproperties.xml > style: ./build/src/codegen/enumgen.xsl > out: ./build/src/org/apache/fop/fo/properties/extenums_ignore_this.java > ============================ > [style] Transforming into > C:\src-workspaces\per\xml-fop\build\src\org\apache\fop\render\pdf > [style] Loading stylesheet > C:\src-workspaces\per\xml-fop\.\build\src\codegen\code-point-mapping.xsl > [style] Processing > C:\src-workspaces\per\xml-fop\build\src\codegen\encodings.xml to > C:\src-workspaces\per\xml-fop\build\src\org\apache\fop\render\pdf\CodePoint >M apping.java > [style] Failed to process > C:\src-workspaces\per\xml-fop\build\src\codegen\encodings.xml > > My end goal is to improve the appearance of font spacing, within the AWT > Renderer, using JDK 1.4's improved font handling. > > I have compiled with 1.3 then tested the AWT renderer under 1.4. I think > there are improvements with fonts spacing over JDK 1.3 but its still not > perfect. > > I have tried to comment out this line: > > // space is rendered larger than given by > // the FontMetrics object > // if (i <= 32) > // w = (int)(1.4 * fmt.charWidth(i) * FONT_FACTOR); > // else > w = (int)(fmt.charWidth(i) * FONT_FACTOR); > > > But that did nothing. Attached is a fo file that displays the problems > with font space. In my attached file you can change the font size and it > looks much better. If anyone knows what it could be please let me know. > > > BTW: This is all using 0.20.3 Under Windows 2000, JDK 1.4 final. > > Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
