How to avoid DirectWrite error/warning?
Solved
General and Desktop
-
This is the first time I got this in Qt Creator output.
DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.) for QFontDef(Family="8514oem", pointsize=9, pixelsize=20, styleHint=5, weight=400, stretch=100, hintingPreference=0) LOGFONT("8514oem", lfWidth=0, lfHeight=-20) dpi=192
I got this when I was resizing the window with the resize grip at the bottom right corner, the app didn't crash.
-
@Emon-Haque said in How to avoid DirectWrite error/warning?:
DirectWrite: CreateFontFaceFromHDC() failed (Indicates an error in an input file such as a font file.)
-
@Emon-Haque From the bug report, I wouldn't worry about it, cross fingers it won't come up again.