diff options
author | halcanary <halcanary@google.com> | 2015-12-14 10:03:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-14 10:03:31 -0800 |
commit | 7d1c3e6361ab2ebd795642816c8cc385fc30ce46 (patch) | |
tree | fe226f9046faf09c1d7d107c80a5c69796cecd25 /site/user | |
parent | a58d67603b45713abfa6b881a888e095b5852194 (diff) |
Documentation: HarfBuzz link
NOTRY=true
TBR=caryclark@google.com
Review URL: https://codereview.chromium.org/1526683002
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/tips.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/user/tips.md b/site/user/tips.md index 1b9663c058..e0c1a361e3 100644 --- a/site/user/tips.md +++ b/site/user/tips.md @@ -150,7 +150,8 @@ Does Skia shape text (kerning)? ------------------------------- No. Skia provides interfaces to draw glyphs, but does not implement a -text shaper. Skia's client's often use Harfbuzz to generate the glyphs -and their positions, including kerning. +text shaper. Skia's client's often use +[HarfBuzz](http://www.freedesktop.org/wiki/Software/HarfBuzz/) to +generate the glyphs and their positions, including kerning. <div style="margin-bottom:99%"></div> |