Hi,
We’re using setFontDirs
in Aspose Diagram Java 22.2 to set a set of directories containing fonts for conversion of Visio files to SVG. The font directories all exist and contain various ttf font files. However, the fonts either are not being picked up or incorrectly substituted.
We’ve tried to use the IWarningCallback mechanism to report on WarningType.FONT_SUBSTITUTION events, but nothing seems to be logged.
I have attached the source code we’re using.
vsdx-to-svg.zip (3.6 KB)
Is it possible to report on what the font substitutions are, what fonts are being found and whether it’s possible to manually set the font to font file mappings?
Regards
Vittal