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: [email protected]
For additional commands, e-mail: [email protected]