commit | eccdc6b6984d4ff6253bad7a2bbffd5a64604469 | [log] [tgz] |
---|---|---|
author | Haoyu Zhang <haoyuchang@google.com> | Mon Jan 07 15:11:46 2019 -0800 |
committer | Haoyu Zhang <haoyuchang@google.com> | Tue Jan 08 15:22:27 2019 -0800 |
tree | 30197371225f9fab5afc72517a1be6a59de0d0c1 | |
parent | 72efe39d7db7eb05d8cf5da6c642636ba02b3396 [diff] |
Fix that TextLine overwrites wordSpcing on paint TextLine is using wordSpcing for justification. And previously, TextLine will overwrite wordSpcing even justification is not on. This CL make sure that TextLine only changes wordSpcing when justification is on. Bug: 122471618 Test: atest TextLineTest Change-Id: I6f1e2f6c17b65f92d7a5bb064fdafbf5df9ef8f7