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…...March 20, 2026, 12:46pm 1 On Mac, I need to extract a ttf file...