You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by me...@apache.org on 2012/07/03 10:06:02 UTC

svn commit: r1356601 - in /xmlgraphics/fop/branches/Temp_URI_Unification: ./ src/java/org/apache/fop/fonts/truetype/TTFFile.java

Author: mehdi
Date: Tue Jul  3 08:06:01 2012
New Revision: 1356601

URL: http://svn.apache.org/viewvc?rev=1356601&view=rev
Log:
Merged in trunk@1356456

Modified:
    xmlgraphics/fop/branches/Temp_URI_Unification/   (props changed)
    xmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java

Propchange: xmlgraphics/fop/branches/Temp_URI_Unification/
------------------------------------------------------------------------------
  Merged /xmlgraphics/fop/trunk:r1356162-1356456

Modified: xmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java?rev=1356601&r1=1356600&r2=1356601&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java (original)
+++ xmlgraphics/fop/branches/Temp_URI_Unification/src/java/org/apache/fop/fonts/truetype/TTFFile.java Tue Jul  3 08:06:01 2012
@@ -1841,6 +1841,8 @@ public class TTFFile {
      * @throws IOException In case of an I/O problem
      */
     public final List<String> getTTCnames(FontFileReader in) throws IOException {
+        this.fontFile = in;
+
         List<String> fontNames = new ArrayList<String>();
         String tag = in.readTTFString(4);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org