Excellent article and I admire your well reasoned responses to comments.
That said, I've found that using floor() to filter the x and y values of the layer's "position" property can produce vastly better text rendering results.
What if the layers are laid out using CAConstraintLayoutManager? Is it better for text rendering layers to use custom layout managers so that the position can be fixed?
by lakshmivyas — Apr 23
Excellent article and I admire your well reasoned responses to comments.
That said, I've found that using floor() to filter the x and y values of the layer's "position" property can produce vastly better text rendering results.
What if the layers are laid out using CAConstraintLayoutManager? Is it better for text rendering layers to use custom layout managers so that the position can be fixed?