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

Re: Fonts used in EMF Spool file by Christoph

Christoph
Wed Aug 02 04:07:01 CDT 2006

See http://undocprint.printassociates.com/formats/winspool/spl#definition

--
Christoph Lindemann
Undocumented Printing
http://undocprint.printassociates.com/


<anupama_vaid@hotmail.com> wrote in message
news:1154457892.622720.236050@p79g2000cwp.googlegroups.com...
> 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
>