Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: site/user/tips.md

Issue 1523023002: Documentation: text shaping (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-12-14 (Monday) 13:00:31 EST Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/tips.md
diff --git a/site/user/tips.md b/site/user/tips.md
index 1b9663c05806cd95be0900ac3e4acfe7fe0bb240..51fa83342a09723081642349e7996b23e3b77cd6 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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698