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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tips & FAQ 1 Tips & FAQ
2 ========== 2 ==========
3 3
4 <span id="gypdefines"></span> 4 <span id="gypdefines"></span>
5 5
6 Gyp Options 6 Gyp Options
7 ----------- 7 -----------
8 8
9 When running `sync-and-gyp`, the `GYP_DEFINES` environment variable can 9 When running `sync-and-gyp`, the `GYP_DEFINES` environment variable can
10 be used to change Skia’s compile-time settings, using a 10 be used to change Skia’s compile-time settings, using a
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 144
145 * * * 145 * * *
146 146
147 <span id="kerning"></span> 147 <span id="kerning"></span>
148 148
149 Does Skia shape text (kerning)? 149 Does Skia shape text (kerning)?
150 ------------------------------- 150 -------------------------------
151 151
152 No. Skia provides interfaces to draw glyphs, but does not implement a 152 No. Skia provides interfaces to draw glyphs, but does not implement a
153 text shaper. Skia's client's often use Harfbuzz to generate the glyphs 153 text shaper. Skia's client's often use
154 and their positions, including kerning. 154 Harfbuzz](http://www.freedesktop.org/wiki/Software/HarfBuzz/) to
155 generate the glyphs and their positions, including kerning.
155 156
156 <div style="margin-bottom:99%"></div> 157 <div style="margin-bottom:99%"></div>
OLDNEW
« 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