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
				
			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