Thomas Linder Puls:
> The problem has disappeared all by itself. So I assume that it was some glitch at my computer.
There have been reports of various problems with drivers. In
particular, Intel drivers have been a bit flakey.
If this occurs again, it'd be worthwhile trying the other DirectWrite
modes. SC_TECHNOLOGY_DIRECTWRITEDC may be more compatible as it
retreats to standard HDC redraw, just backing that with drawing
through Direct2D to a bitmap then copying that to the HDC. It is less
efficient than SC_TECHNOLOGY_DIRECTWRITE or
SC_TECHNOLOGY_DIRECT_WRITE_1 but likely not noticeable in most cases.
Neil