[Ttssh2-commit] [7967] 背景があるときも文字を正しく描画できるよう修正

Zurück zum Archiv-Index
scmno****@osdn***** scmno****@osdn*****
2019年 8月 15日 (木) 23:04:21 JST


Revision: 7967
          https://osdn.net/projects/ttssh2/scm/svn/commits/7967
Author:   zmatsuo
Date:     2019-08-15 23:04:21 +0900 (Thu, 15 Aug 2019)
Log Message:
-----------
背景があるときも文字を正しく描画できるよう修正

Modified Paths:
--------------
    branches/unicode_buf/teraterm/teraterm/vtdisp.c

-------------- next part --------------
Modified: branches/unicode_buf/teraterm/teraterm/vtdisp.c
===================================================================
--- branches/unicode_buf/teraterm/teraterm/vtdisp.c	2019-08-15 14:03:55 UTC (rev 7966)
+++ branches/unicode_buf/teraterm/teraterm/vtdisp.c	2019-08-15 14:04:21 UTC (rev 7967)
@@ -2955,7 +2955,10 @@
 		if(BGReverseText == TRUE && BGReverseTextAlpha < 255) {
 			eto_options |= ETO_OPAQUE;
 		}
+#if 0
 		ExtTextOutW(hdcBGBuffer,ts.FontDX,ts.FontDY,eto_options,&rect, StrW,Count,&Dx[0]);
+#endif
+		ExtTextOutW(hdcBGBuffer,ts.FontDX,ts.FontDY,eto_options,&rect, StrW,Count,&Dx2[0]);
 
 		// Window\x82ɓ\\x82\xE8\x95t\x82\xAF
 		BitBlt(VTDC,*X,Y,width,height,hdcBGBuffer,0,0,SRCCOPY);


Ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index