Browse Source

Merged in trunk@1356456


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1356601 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_0
Mehdi Houshmand 12 years ago
parent
commit
2c79b6fb69
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/java/org/apache/fop/fonts/truetype/TTFFile.java

+ 2
- 0
src/java/org/apache/fop/fonts/truetype/TTFFile.java View File

@@ -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);


Loading…
Cancel
Save