1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

wineps: Handle EMR_EXTCREATEFONTINDIRECTW record in spool files.

This commit is contained in:
Piotr Caban 2023-04-18 19:50:12 +02:00 committed by Alexandre Julliard
parent a2c644a8f1
commit 16a8da44f1

View file

@ -1613,6 +1613,7 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
case EMR_WIDENPATH:
case EMR_SELECTCLIPPATH:
case EMR_EXTSELECTCLIPRGN:
case EMR_EXTCREATEFONTINDIRECTW:
case EMR_SETLAYOUT:
case EMR_SETTEXTJUSTIFICATION:
return PlayEnhMetaFileRecord(data->pdev->dev.hdc, htable, rec, handle_count);