|
|
@@ -52,7 +52,7 @@ public class Word2Pdf {
|
|
|
fontSources.add(folderFontSource);
|
|
|
FontSourceBase[] updatedFontSources = (FontSourceBase[]) fontSources.toArray(new FontSourceBase [fontSources.size()]);
|
|
|
font.setFontsFolder(path, true);
|
|
|
- font.setDefaultFontName("KaiTi");
|
|
|
+ font.setDefaultFontName("");
|
|
|
font.setDefaultFontName("SimHei");
|
|
|
font.setDefaultFontName("NSimSun");
|
|
|
font.setDefaultFontName("STFangsong");
|