commit | 920f6a9bdb08e638a9dd83a9a47c310f68a86246 | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@chromium.org> | Mon Jun 10 22:34:53 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Jun 11 13:41:28 2019 +0000 |
tree | 7fd12ece0f145c631f52d8810be66a13ab3fee40 | |
parent | d6199ec7236b18853f58b51c54faae0b8c6cb582 [diff] |
[skottie] Animated text tracking support Add logic to adjust glyph positions based on animated tracking properties. This adjustment is applied post-shaping (it doesn't observe the text box), and requires line re-alignment - thus it is being processed per-line. Change-Id: Id44a295032a48c7216f126cb02dd2d2d5cc18ae3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/220076 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>