Fix broken MSDN link in gdi/state.cpp (#19375)

Closes #16439

Co-authored-by: Carlos Zamora <carlos.zamora@microsoft.com>
This commit is contained in:
Avishek Das 2025-09-26 00:47:08 +05:30 committed by GitHub
parent ad6473d6ae
commit 05a4afcf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -608,7 +608,7 @@ GdiEngine::~GdiEngine()
// For future reference, here is the engine weighting and internal details on Windows Font Mapping:
// https://msdn.microsoft.com/en-us/library/ms969909.aspx
// More relevant links:
// https://support.microsoft.com/en-us/kb/94646
// https://learn.microsoft.com/en-us/windows/win32/gdi/character-widths
// IMPORTANT: Be very careful when modifying the values being passed in below. Even the slightest change can cause
// GDI to return a font other than the one being requested. If you must change the below for any reason, make sure