Hi
I'm generating a DocX with a rendering engine, and using Docx4j to change fonts that are not in the list of accepted fonts. Unfortunately we get some warnings. I'm not able to provide a sample docx at the moment, but I think the examples I provide will be sufficient. I have also uploaded a txt file containing the full log output.
We're using Java 11 and docx4j-JAXB-MOXy 11.1.8. I did use docx4j-JAXB-ReferenceImpl before, which ...