Describe the bug
GDI+ text rendering produces strange kerning of numbers. It is visible in an IDE with tab headers that contain numbers, e.g.:

This is a regression from:
When adding numbers to the texts shown in Snippet395, you can see the difference:
Old behavior:

Current behavior:

Expected behavior
Kerning should be as good as with GDI+ as with GDI (or the previous GDI+ fallback).
Environment:
- Select the platform(s) on which the behavior is seen:
Version since
I20260904-0846
Workaround (or) Additional context
Use the provided fallback flag: -Dorg.eclipse.swt.internal.win32.useGDITextRenderingWithGDIP
Describe the bug

GDI+ text rendering produces strange kerning of numbers. It is visible in an IDE with tab headers that contain numbers, e.g.:
This is a regression from:
When adding numbers to the texts shown in Snippet395, you can see the difference:
Old behavior:

Current behavior:

Expected behavior
Kerning should be as good as with GDI+ as with GDI (or the previous GDI+ fallback).
Environment:
Version since
I20260904-0846
Workaround (or) Additional context
Use the provided fallback flag:
-Dorg.eclipse.swt.internal.win32.useGDITextRenderingWithGDIP