| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |