Explicitly assigned Font on Control do not consider mixed HDPI mode applications and may incorrectly propagate to child controls that are in SA.
Open
area-HDPI
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
Explicitly assigned Font is scaled when there is a DPI change in PmV2 applications and propagate this new Font to its children.
However, in a mixed mode application, children may be running in SystemAware mode and thus does not need scaled Font.
Contributor guide
Assessment
This issue has not been assessed yet.