Drawing WMF/EMF antialiased
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i'm trying to draw EMF or WMF files in an antialiased way. I tried GDI+, AA drawing is ok when using DrawLine or other primitives but the DrawImage doesnt produce AA output when beeing passed a Metafile object containing a WMF or EMF :( So is there a way to draw EMF/WMF files with antialias ? (with or without gdi+) Maybe something exists in order to convert EMF/WMF to EMF+ ? (it seems gdi+ can only AA on EMF+ files) thanks for your help