https://bugs.winehq.org/show_bug.cgi?id=38132
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
still present.
Source: https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/dwrite/analyzer.c#l77...
--- snip --- 775 static HRESULT WINAPI dwritetextanalyzer_AnalyzeNumberSubstitution(IDWriteTextAnalyzer2 *iface, 776 IDWriteTextAnalysisSource* source, UINT32 position, UINT32 length, IDWriteTextAnalysisSink* sink) 777 { 778 FIXME("(%p %u %u %p): stub\n", source, position, length, sink); 779 return E_NOTIMPL; 780 } --- snip ---
$ wine --version wine-1.7.40-29-gc1c108f
Regards