diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-04-14 07:52:26 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-04-14 07:52:26 +0000 |
commit | 56d3fbd9f7fdb103f1c4bd92c2fd12b98ac593f3 (patch) | |
tree | d5f3ca6523e1a50c980e77c1c8b6230632ddc04f /src/documentation | |
parent | 641edf1056de466ace53bf10fb11b439fbe5060e (diff) | |
download | xmlgraphics-fop-Temp_ProcessingFeedback.tar.gz xmlgraphics-fop-Temp_ProcessingFeedback.zip |
Merged revisions 642144-647679 via svnmerge from Temp_ProcessingFeedback
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r642923 | jeremias | 2008-03-31 10:39:49 +0200 (Mo, 31 Mrz 2008) | 1 line
Fixed possible NullPointerException in AFM kerning table build code.
........
r642924 | jeremias | 2008-03-31 10:40:48 +0200 (Mo, 31 Mrz 2008) | 1 line
Added missing code for determining the PDF Flags. The removes the need to have a PFM if you have an AFM file for a Type 1 font.
........
r642927 | jeremias | 2008-03-31 10:48:34 +0200 (Mo, 31 Mrz 2008) | 1 line
Updated XG Commons for revision: http://svn.apache.org/viewvc?rev=642925&view=rev
........
r644208 | jeremias | 2008-04-03 10:05:14 +0200 (Do, 03 Apr 2008) | 11 lines
Bugzilla #44737:
Added support for auto-configuring TrueType Collections. XML font metrics files for *.ttc fonts are not required anymore.
Submitted by: Jason Harrop <jason.at.plutext.org>
Changes to patch or in addition to the patch:
- Tab chars removed and Checkstyle issues fixed
- Some simplifications in the cache handling (CachedFontInfo is obsolete and less cache-private information is exposed to the outside).
- TTCs are fully detected and registered with FOP.
- TTCs can also be registered using a "font" element. The new "sub-font" attribute selected the sub-font in the TTC.
- Bug fixed in TTFFile: Font names were not decoded correctly (ex. font names in Chinese)
- Minimal docs.
........
r644213 | jeremias | 2008-04-03 10:13:50 +0200 (Do, 03 Apr 2008) | 1 line
Oops. Fixed a last-minute change that broke the build.
........
r644691 | jeremias | 2008-04-04 14:19:50 +0200 (Fr, 04 Apr 2008) | 3 lines
Bugzilla #44743:
Added a public accessor for reference to the current page to PDFGraphics2D.
Submitted by: Yegor Kozlov <yegor.at.dinom.ru>
........
r644697 | jeremias | 2008-04-04 14:40:22 +0200 (Fr, 04 Apr 2008) | 2 lines
Bugzilla #44744:
Disable drawString(AttributedCharacterIterator, float, float) as it contains bugs and rely on the fallback implementation from AbstractGraphics2D.
........
r645104 | jeremias | 2008-04-05 16:11:50 +0200 (Sa, 05 Apr 2008) | 1 line
Fixed broken links.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ProcessingFeedback@647685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
4 files changed, 8 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/0.94/upgrading.xml b/src/documentation/content/xdocs/0.94/upgrading.xml index b9bec0d66..3446dcab3 100644 --- a/src/documentation/content/xdocs/0.94/upgrading.xml +++ b/src/documentation/content/xdocs/0.94/upgrading.xml @@ -77,7 +77,7 @@ </li> <li> Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP - extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> is available since + extension for <a href="http://barcode4j.sourceforge.net">Barcode4J</a> is available since January 2007. </li> <li> diff --git a/src/documentation/content/xdocs/0.95/upgrading.xml b/src/documentation/content/xdocs/0.95/upgrading.xml index 77925fbf8..d2f808c57 100644 --- a/src/documentation/content/xdocs/0.95/upgrading.xml +++ b/src/documentation/content/xdocs/0.95/upgrading.xml @@ -78,7 +78,7 @@ </li> <li> Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP - extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> is available since + extension for <a href="http://barcode4j.sourceforge.net">Barcode4J</a> is available since January 2007. </li> <li> diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index 423eaad11..070ca8203 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -308,6 +308,11 @@ <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho" msmincho.ttc msminch.xml</source> + <p> + Alternatively, the individual sub-fonts of a TrueType Collections can be selected + using the "sub-font" attribute on the "font" element. That means that generating + an XML font metrics file for TrueType collections is not necessary anymore. + </p> </section> <section id="register"> <title>Register Fonts with FOP</title> diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml index 25e63ace8..8b4f109a3 100644 --- a/src/documentation/content/xdocs/trunk/upgrading.xml +++ b/src/documentation/content/xdocs/trunk/upgrading.xml @@ -79,7 +79,7 @@ </li> <li> Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP - extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> is available since + extension for <a href="http://barcode4j.sourceforge.net">Barcode4J</a> is available since January 2007. </li> <li> |