Fonts used in EMF Spool file

  • Thread starter Thread starter anupama_vaid
  • Start date Start date
A

anupama_vaid

How can I find out which fonts are used in an EMF .spl file?

I found out that one way to do it is by enumerating all records in the
metafile, looking for SelectObject records and if a font, examining its
entry in the handle table.

Is there another way to do it?

Thanks
 
Back
Top