27 Apr
2023
27 Apr
'23
1:41 p.m.
Printing using EMF spool files is still missing some features and has some bugs: - ResetDC should generally work on gdi side but is ignored on playback - because of that it wasn't really tested - no support for ExtEscape / Escape yet - DC bounds are incorrect In order to enable printing using EMF spool files it's needed to change printer print processor to wineps. -- v3: gdi32: Add GdiIsMetaPrintDC implementation. https://gitlab.winehq.org/wine/wine/-/merge_requests/2718