Description
StyledText reintroduces the artifact lines in the editor at 175% after merging Rectangle.OfFloat.
The DPIUtil's scaleUp and scaleBounds method were unified for precision scaling and hence the previous implementation for the scaling is not valid anymore for styledText and the consumer must be adapted.

Reproduction
Steps to reproduce the behavior:
- Switch to 175% monitor zoom.
- Open an empty java class file.
- The artifact lines are visible.
Expected Behavior
No artifact ines should be visible on the editor.
Note: The behaviour is introduced by eclipse-platform/eclipse.platform.swt#2269