Ignore:
Timestamp:
06/22/11 01:36:38 (11 months ago)
Author:
jharrop
Message:

Apply Dave Brown's "assorted patches" of 28 April, as described at
 http://dev.plutext.org/forums/docx-java-f6/assorted-patches-t712.html

Location:
trunk/docx4j/src/main/java/org/docx4j/fonts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/fonts/IdentityPlusMapper.java

    r995 r1555  
    5959                 
    6060                if (System.getProperty("os.name").toLowerCase().indexOf("windows")<0) { 
    61                         log.error("WARNING! SubstituterWindowsPlatformImpl works best " + 
     61                        log.warn("WARNING! SubstituterWindowsPlatformImpl works best " + 
    6262                                        "on Windows.  To get good results on other platforms, you'll probably  " + 
    6363                                        "need to have installed Windows fonts."); 
  • trunk/docx4j/src/main/java/org/docx4j/fonts/PhysicalFonts.java

    r1383 r1555  
    160160                        // Quite a few fonts exist that we can't seem to get 
    161161                        // EmbedFontInfo for. To be investigated. 
    162                         log.error("Aborting: " + fontUrl.toString() +  " (can't get EmbedFontInfo[] .. try deleting fop-fonts.cache?)"); 
     162                        log.warn("Aborting: " + fontUrl.toString() +  " (can't get EmbedFontInfo[] .. try deleting fop-fonts.cache?)"); 
    163163                        return; 
    164164                } 
Note: See TracChangeset for help on using the changeset viewer.