Obtaining the Font Type from VBA Macro

Looking for a way to determine what type a font is from within a VBA macro. None of the Font.properties seems to contain this information.

Basically I need to determine if a font is a Type 1 Post Script, True Type or Open Type.

If I can't get the type it would also be useful if I could get the filename and figure it out based on that but I see no methods / properties for these.

Any ideas?