/[Apache-SVN]
ViewVC logotype

Revision 647685


Jump to revision: Previous Next
Author: jeremias
Date: Mon Apr 14 07:52:26 2008 UTC (16 years ago)
Changed paths: 23
Log Message:
Merged revisions 642144-647679 via svnmerge from 
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.
........


Changed paths

Path Details
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/ modified , props changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/lib/xmlgraphics-commons-1.4svn.jar modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/documentation/content/xdocs/0.94/upgrading.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/documentation/content/xdocs/0.95/upgrading.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/documentation/content/xdocs/trunk/fonts.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/documentation/content/xdocs/trunk/upgrading.xml modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/foschema/fop-configuration.xsd modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/CachedFontInfo.java deleted
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/EmbedFontInfo.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/FontCache.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/FontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/LazyFont.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/autodetect/FontFileFinder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/truetype/FontFileReader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/truetype/TTFFile.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/type1/AFMFile.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/fonts/type1/Type1FontLoader.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/render/PrintRendererConfigurator.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/render/java2d/FontSetup.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/src/java/org/apache/fop/svg/PDFGraphics2D.java modified , text changed
Directoryxmlgraphics/fop/branches/Temp_ProcessingFeedback/status.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26