Use DrawText instead of ExtTextOut where necessary
commit8f6867b8ec8c78178971e7ac5a1ee9f6bd60e248
authorSven Strickroth <email@cs-ware.de>
Tue, 15 Sep 2020 10:26:18 +0000 (15 12:26 +0200)
committerSven Strickroth <email@cs-ware.de>
Tue, 15 Sep 2020 18:06:34 +0000 (15 20:06 +0200)
tree98d34683e2f575f7cd6df172835abe492c84a9e1
parentd8d880a05d53805a65e132c346ff42b2f4a12bf2
Use DrawText instead of ExtTextOut where necessary

DrawText uses fallback fonts if a char can't be drawn in the selected font.

Based on TortoiseSVN rev. 28963 and rev. 28964.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/GitStatusListCtrl.cpp
src/TortoiseGitBlame/TortoiseGitBlameView.cpp
src/TortoiseIDiff/PicWindow.cpp
src/TortoiseMerge/BaseView.cpp