vcl: Read EMF files
I have rewritten the EMF filter to read files based on a command pattern.
Each record type is read via an "Action" record, much like GDIMetafile does.
In this commit, I have a demo, mtfparser that can take an emf file and read
the records one by one. Note that EMF+ records are not yet parsed.
I will be creating a class that contains the EMF records. But for now, this is
phase 1 of the rewrite.
I will also be pushing unit tests soon.
Change-Id: I6af8f5e4a2741a45ad8e726f383ca883596fd2d2
6 files changed