RubyNG: Expand line gap if ruby text exceeds line-height.
If a line contains ruby text and it overflows line-height, - If it overflows upwards, adjust block offset of the line in NGInlineLayoutAlgorithm - If it overflows downwards, pass the overflow amount via NGLayoutResult, and NGBlockLayoutAlgorithm::ComputeInflowPosition() refers to it. We don't consume spaces under the previous line and spaces over the next line yet. Bug: 1069817 Change-Id: Idd78eae27c916ac9d4b5de528f73acbaaa26a285 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210192 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#772132}
Showing
Please register or sign in to comment