[PR #19375] Fix broken MSDN link in gdi/state.cpp #31816

Closed
opened 2026-01-31 09:49:44 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19375

State: closed
Merged: Yes


Summary

Fixed broken MSDN link in src/renderer/gdi/state.cpp line 611(was in line 591 at the time).

Details

  • Old link: https://support.microsoft.com/en-us/kb/94646 (404 error)
  • New link: https://learn.microsoft.com/en-us/windows/win32/gdi/character-widths
  • The original article was about GetCharABCWidths() and calculating text extents
  • Microsoft has migrated this content to their new Learn platform

Validation

  • New link works and points to the correct content
  • Content matches the original MSDN article topic

Closes #16439

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19375 **State:** closed **Merged:** Yes --- ## Summary Fixed broken MSDN link in src/renderer/gdi/state.cpp line 611(was in line 591 at the time). ## Details - Old link: `https://support.microsoft.com/en-us/kb/94646` (404 error) - New link: `https://learn.microsoft.com/en-us/windows/win32/gdi/character-widths` - The original article was about GetCharABCWidths() and calculating text extents - Microsoft has migrated this content to their new Learn platform ## Validation - [x] New link works and points to the correct content - [x] Content matches the original MSDN article topic Closes #16439
claunia added the pull-request label 2026-01-31 09:49:44 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31816