We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6473d commit 05a4afcCopy full SHA for 05a4afc
src/renderer/gdi/state.cpp
@@ -608,7 +608,7 @@ GdiEngine::~GdiEngine()
608
// For future reference, here is the engine weighting and internal details on Windows Font Mapping:
609
// https://msdn.microsoft.com/en-us/library/ms969909.aspx
610
// More relevant links:
611
- // https://support.microsoft.com/en-us/kb/94646
+ // https://learn.microsoft.com/en-us/windows/win32/gdi/character-widths
612
613
// IMPORTANT: Be very careful when modifying the values being passed in below. Even the slightest change can cause
614
// 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