Skip to content

Commit 05a4afc

Browse files
Fix broken MSDN link in gdi/state.cpp (#19375)
Closes #16439 Co-authored-by: Carlos Zamora <[email protected]>
1 parent ad6473d commit 05a4afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/gdi/state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ GdiEngine::~GdiEngine()
608608
// For future reference, here is the engine weighting and internal details on Windows Font Mapping:
609609
// https://msdn.microsoft.com/en-us/library/ms969909.aspx
610610
// More relevant links:
611-
// https://support.microsoft.com/en-us/kb/94646
611+
// https://learn.microsoft.com/en-us/windows/win32/gdi/character-widths
612612

613613
// IMPORTANT: Be very careful when modifying the values being passed in below. Even the slightest change can cause
614614
// GDI to return a font other than the one being requested. If you must change the below for any reason, make sure

0 commit comments

Comments
 (0)