On Mac, I need to extract a Ttf file from a ttc.
I use this code to do that.
int collectionIndex = 0
TtcFontSource source = new TtcFontSource(fontPath);
FontDefinition[] fds = source.GetFontDefinitions();
TtfFont TtfF…...Extract ttf from ttc file, missing PostScriptNames Aspose.Font...On Mac, I need to extract a ttf file from a ttc. I use this code...