https://bugs.winehq.org/show_bug.cgi?id=37373
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|d2d |dwrite
--- Comment #9 from Henri Verbeet hverbeet@gmail.com --- I just had a look at this since some work has been done on dwrite and d2d that would make this have a chance. Unfortunately it still fails to draw any text. At first sight this seems to be because it calls dwritefontcollection_FindFamilyName() with "Times New Roman", which fails because dwrite doesn't use font substitutions. It's probably possible to get it further by installing that font in the prefix, but I didn't try.