27 Commits (9aa912adf722ee47c9dd7a3674e430b36ba20c91)

Author SHA1 Message Date
  Jeremias Maerki 9aa912adf7 Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-664698 via svnmerge from 16 years ago
  Jeremias Maerki ac57226326 Added support for font referencing for auto-detected fonts. 16 years ago
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Jeremias Maerki 4aa262724c Bugzilla #44737: 16 years ago
  Jeremias Maerki b4e4025963 Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding. 16 years ago
  Jeremias Maerki bcaed9bed8 Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again. 16 years ago
  Jeremias Maerki e5a89fc74e Another improvement for font auto-detection: 16 years ago
  Jeremias Maerki 43b856f1c6 Improved font auto-detection and handling of AWT-supplied fonts in order to achieve better results when using multiple output formats. Whenever possible, the font names appearing in the operating system can also be used in XSL-FO. 16 years ago
  Jeremias Maerki 8f987704be More fine-grained mechanism to detect if a font has been used or not. If a font list is given for a text run and each character should be painted in the right font, it might be accessed but never really used. Needed for PDF text painting improvements. 16 years ago
  Andreas L. Delmelle a6efe7161b * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags 17 years ago
  Jeremias Maerki 9dc46ab8e8 Bugzilla #41831: 17 years ago
  Jeremias Maerki 2a66b14558 Added initial support for loading fonts without a pre-created XML font metrics file. 17 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 6324958958 Improved accuracy of font size selection. The font size is not rounded down to the next integer point value anymore. (Java2D renderers profit from that one, too) 18 years ago
  Jeremias Maerki 6d048701da No stacktrace when encountering problems while building a base URL. It's not necessary and draws too much attention. Instead added the URL to the log message that causes the problem. 18 years ago
  Jeremias Maerki e6b19bd912 Added support for fixed-width spaces and kerning. 18 years ago
  Jeremias Maerki a6b0f3efb8 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
  Jeremias Maerki dfda73acb3 Fixed ugly NPE (with no message) when a malconfigured font was processed by the PS Renderer (even when that font is not used). When the font is used we don't get an NPE anymore but a Runtime exception. Not ideal, but a little better, especially because of the error message. I hope that at some point someone finds time to clean up the whole exception handling in FOP. 18 years ago
  Manuel Mall ad45779952 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki a272c21cbf Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. 18 years ago
  Jeremias Maerki 43d5504c6a New function to determine whether a particular character is available for this font. 20 years ago
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  William Victor Mote 8b7ea7cc1d clean up some gump javadoc warnings 21 years ago
  William Victor Mote 5ab871c5a3 move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState to fonts.Font) 21 years ago
  William Victor Mote 359acc79fa move render.pdf.FontReader to fonts.FontReader 21 years ago
  Jeremias Maerki d5e0be1c45 Log problems during font loading to System.out for the moment until proper logging is in place. 21 years ago
  Jeremias Maerki df2923f9e5 Moved sources from src/org/** to src/java/org/** 21 years ago
  Jeremias Maerki ff62cc3794 Switched to long licence 21 years ago
  Jeremias Maerki 4e64a2d8f1 Javadoc fix 21 years ago
  Jeremias Maerki 6c4cb782a3 First part of my refactoring of fonts. 21 years ago