-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area-HDPI-PMv2Issues related to high DPI PerMonitorV2 modeIssues related to high DPI PerMonitorV2 modetenet-performanceImprove performance, flag performance regressions across core releasesImprove performance, flag performance regressions across core releases
Description
| private Dictionary<int, Font>? _dpiFonts; |
We currently create copies of Fonts for every DPI for every Control when PMv2 is enabled. This is hugely inefficient as most Applications do not have a different font on every control.
This should, at a minimum, be coming from a weak referenced scaled Font cache.
kirsan31
Metadata
Metadata
Assignees
Labels
area-HDPI-PMv2Issues related to high DPI PerMonitorV2 modeIssues related to high DPI PerMonitorV2 modetenet-performanceImprove performance, flag performance regressions across core releasesImprove performance, flag performance regressions across core releases