Ignore:
Timestamp:
03/16/08 11:54:22 (4 years ago)
Author:
jharrop
Message:

Use font postscript name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java

    r194 r197  
    445445                Substituter.FontMapping fm = (Substituter.FontMapping)pairs.getValue(); 
    446446                 
    447                         log.info("Substituting " + fontName + " with " + fm.getTripletName() + " from " + fm.getEmbeddedFile() ); 
     447                        log.info("Substituting " + fontName + " with " + fm.getPostScriptName() + " from " + fm.getEmbeddedFile() ); 
    448448                        if (fm.getEmbeddedFile()!=null) { 
    449449                                try { 
Note: See TracChangeset for help on using the changeset viewer.