Hello all,
I am doing so work trying to flesh out he implementation of SetWinMetaFileBits and as such need documentation on Windows-format metafiles (not enhanced metafiles i have that) There must exist specs and documentation from old 3.1 days, but I am having no luck finding it.
Does anyone have pointers as to where i could find a spec for the windows format metafiles to help me out?
thanks -aric
If it's .wmf you want then check out wotsit.org
Greetings Christian Jiresjo Key ID / Fingerprint 0x7798D5A3 / 2743 5DC4 1618 F24C F265 3070 A070 5EF2 7798 D5A3
-----Ursprungligt meddelande----- Fran: wine-devel-admin@winehq.com [mailto:wine-devel-admin@winehq.com]For Aric Stewart Skickat: den 17 oktober 2001 17:53 Till: wine-devel@winehq.com Amne: Windows-format metafiles
Hello all,
I am doing so work trying to flesh out he implementation of SetWinMetaFileBits and as such need documentation on Windows-format metafiles (not enhanced metafiles i have that) There must exist specs and documentation from old 3.1 days, but I am having no luck finding it.
Does anyone have pointers as to where i could find a spec for the windows format metafiles to help me out?
thanks -aric
On Wed, Oct 17, 2001 at 10:53:18AM -0500, Aric Stewart wrote:
Hello all,
I am doing so work trying to flesh out he implementation of SetWinMetaFileBits and as such need documentation on Windows-format metafiles (not enhanced metafiles i have that) There must exist specs and documentation from old 3.1 days, but I am having no luck finding it.
Does anyone have pointers as to where i could find a spec for the windows format metafiles to help me out?
I don't think you want to do it this way. Create a emf dc with CreateEnhMetaFile and play the orig metafile onto it with PlayMetaFile(Record). You may need to trap the odd record before you play it but it should be a lot easier.
Huw.