调整强化文字大小

This commit is contained in:
2026-04-26 19:32:13 +08:00
parent a5747ff55c
commit 79a14516bb
+1 -1
View File
@@ -2298,7 +2298,7 @@ void TDrawScreen(HDC hdc, HWND hWnd)
}; };
DrawText(hdc, upgradeUiState.options[i].name, -1, &nameRect, DT_LEFT | DT_VCENTER | DT_SINGLELINE); DrawText(hdc, upgradeUiState.options[i].name, -1, &nameRect, DT_LEFT | DT_VCENTER | DT_SINGLELINE);
SelectObject(hdc, smallFont); SelectObject(hdc, bodyFont);
SetTextColor(hdc, descColor); SetTextColor(hdc, descColor);
RECT descRect = RECT descRect =
{ {