1
Graphics / Drawing text using when using a view causes bad aliasing
« on: February 17, 2023, 01:50:52 pm »
Hi,
I'm drawing text into a window with a custom view. I'm using the view to zoom in/out. But my text is suffering terrible aliasing (thin horizontal lines are disappearing) when I zoom in. My guess is that the text is being draw on non-integer positions within the view.
What can be done to mitigate this?
Thanks
I'm drawing text into a window with a custom view. I'm using the view to zoom in/out. But my text is suffering terrible aliasing (thin horizontal lines are disappearing) when I zoom in. My guess is that the text is being draw on non-integer positions within the view.
What can be done to mitigate this?
Thanks