https://bugs.winehq.org/show_bug.cgi?id=57476
--- Comment #15 from Thomas Linder Puls thomas_linder_puls@hotmail.com --- Sorry for "dripping" this. But I have found two more problems. For simplicity for you this is all four:
IDWriteTextAnalysisSink (substitution):
HRESULT SetNumberSubstitution( [in] UINT32 position, [in] UINT32 length, [in] IDWriteNumberSubstitution* substitution );
IDWriteTextAnalyzer (sink):
HRESULT AnalyzeLineBreakpoints( [in] IDWriteTextAnalysisSource *source, [in] UINT32 position, [in] UINT32 length, [in] IDWriteTextAnalysisSink *sink );
IDWriteFactory (params & analyzer):
HRESULT CreateCustomRenderingParams( [in] FLOAT gamma, [in] FLOAT enhancedContrast, [in] FLOAT cleartype_level, [in] DWRITE_PIXEL_GEOMETRY geometry, [in] DWRITE_RENDERING_MODE mode, [out] IDWriteRenderingParams **params );
HRESULT CreateTextAnalyzer( [out] IDWriteTextAnalyzer **analyzer );