Changeset 1555 for trunk/docx4j/src/main/java/org/docx4j/fonts
- Timestamp:
- 06/22/11 01:36:38 (11 months ago)
- Location:
- trunk/docx4j/src/main/java/org/docx4j/fonts
- Files:
-
- 2 edited
-
IdentityPlusMapper.java (modified) (1 diff)
-
PhysicalFonts.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/fonts/IdentityPlusMapper.java
r995 r1555 59 59 60 60 if (System.getProperty("os.name").toLowerCase().indexOf("windows")<0) { 61 log. error("WARNING! SubstituterWindowsPlatformImpl works best " +61 log.warn("WARNING! SubstituterWindowsPlatformImpl works best " + 62 62 "on Windows. To get good results on other platforms, you'll probably " + 63 63 "need to have installed Windows fonts."); -
trunk/docx4j/src/main/java/org/docx4j/fonts/PhysicalFonts.java
r1383 r1555 160 160 // Quite a few fonts exist that we can't seem to get 161 161 // 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?)"); 163 163 return; 164 164 }
Note: See TracChangeset
for help on using the changeset viewer.
