Option to Disable Checking of AltName from FontInfo | Font Substitution Issue in Words for Java version 19.2+

For future reference I was able to achieve behavior similar to Aspose Words 19.1 and earlier by resetting the altName of the FontInfo class as returned (iterated) by the FontInfoCollection. This by itself was insufficient however. I then had to call Document.updatePageLayout to force Words to account for the changes made to the altName of each FontInfo.

You might suggest this work-around to other customers should they encounter the same problem we did.

@workiva_rjackson,

Thanks for your suggestions and it is great that you were able to find a workaround for this particular scenario on your end. We have also logged these details in our issue tracking system and will keep you posted on any further updates.