Is there a wrapper around the Win32 API for getting font information without actually instantiating an instance of the .NET Font class?
For example, some fonts do not have a regular style so I need to determine what styles are valid for a font without actually creating an instance of it.