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?

Parents
No Data
Reply
  • Good question. I was also interested in this before.
    The list of fonts at Corel ToolBar contains the corresponding font designations (O, TT etc). So it's possible! I want to do the same. But standart VBA tools not allow it.

Children
No Data