Dear Aspose team,
I am running through one of the examples (https://docs.aspose.com/diagram/java/working-with-text/) for working with text specifically the " Adding Text and Styles Programming Sample"
section, however, I’m running into an issue where regardless of the value entered in the setValue() parameters (shape.getChars().get(0).getFont().setValue(“this value”) it seems to default to Calibri.
After some digging, I noticed that this seemed to be an issue with the .Net version as well (Font defaults to Calibri irrespective of Style.Font) which seems to have been resolved.
I would just like to know if this has been fixed in the Java version as well, and if so what might I be doing wrong based on the example in the docs mentioned above.
Thanks