I've explored a bit, and so far I've found EnumFontFamiliesEx(...). However, it looks like this function is used to return all the charsets for a given font (e.g. "Arial").
I can't quite figure out how to get the list of installed fonts to begin with. Any help/suggestions would be appreciated.
Thank you in advance.