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