Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win32] Scale up bounds as rectangle in canvas
This commit adresses render artifacts visible in StyledText with monitor-specific scaling enabled e.g. on 175%. Reason is that scaling up all attributes of bounds separately can lead to rounding errors e.g. between y and height (one being scaled up, the other one not). Scaling them together as a rectangle solves this limitation.
- Loading branch information