DllCompat icon indicating copy to clipboard operation
DllCompat copied to clipboard

Wine's dwrite.dll requires new function

Open Svyatpro opened this issue 6 years ago • 1 comments

New Wine's dwrite.dll (wine 3.21+) requires GetFontFileData function in gdi32.dll wrapper.

Svyatpro avatar Nov 30 '18 00:11 Svyatpro

Undocumented:

  • GetFontRealizationInfo
  • GetFontFileData
  • GetFontFileInfo

The problem with implementing nt6+ undocumented winapi, is that it is not set in stone how the undocumented structs they use as params are arranged. And if new code depends on that, it becomes problem. My suggestion is to use these these functions as lib instead of dll, when compiling WINE dlls.

pachuco avatar Dec 31 '19 21:12 pachuco