Hi,
For file Diagram.zip (301.4 KB) using next code in Aspose.Diagram 18.11:
var fonts = new Diagram("Diagram.vsd").Fonts.Cast<Font>().Select(x => x.Name).ToArray();
Fonts include “Sendnya” and “Dhenu”, which are not actually present in specified document.
Thank you.