Browse Source

debug causes error


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195150 13f79535-47bb-0310-9956-ffa450edef68
tags/Alt-Design-integration-base
Keiron Liddle 22 years ago
parent
commit
d4aa718b27
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      src/org/apache/fop/fonts/TTFFile.java

+ 6
- 6
src/org/apache/fop/fonts/TTFFile.java View File

@@ -298,12 +298,12 @@ public class TTFFile {
}

log.debug("IIdx: "+
mtxPtr +
" Delta: " + cmap_deltas[i]+
" Unicode: " + j +
" name: " +
mtx_tab[(j+cmap_deltas[i]) & 0xffff].name);
//log.debug("IIdx: "+
//mtxPtr +
//" Delta: " + cmap_deltas[i]+
//" Unicode: " + j +
//" name: " +
//mtx_tab[(j+cmap_deltas[i]) & 0xffff].name);
}
if (glyphIdx < mtx_tab.length) {

Loading…
Cancel
Save