IDWriteFontFace.GetFiles()
returns a collection of font files. This puzzles me because I don't know of any font format which can split a single font face across multiple files. (The reverse is not the case; a font collection file can hold multiple font faces.)
Indeed, testing against the installed fonts on my computer I observed that this method always returns a collection containing exactly one file.
Question: are there cases where IDWriteFontFace.GetFiles()
returns more than one file?