Anton Shchyrov
Results
1
comments of
Anton Shchyrov
Maybe support only three values: `hanging`, `middle`, `baseline`? And do it in the same way as an `text-anchor` ```java if (anchor != Style.TextAnchor.Start) { float textWidth = calculateTextWidth(obj); if (anchor...