| Index: third_party/harfbuzz-ng/src/hb-font-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-font-private.hh b/third_party/harfbuzz-ng/src/hb-font-private.hh
|
| index 33bbf7143a2ff84949e603b235739cf7e4eb974e..c05499d4c2f2720ac9eb121c8c2718f8d9beddb6 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-font-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-font-private.hh
|
| @@ -268,7 +268,7 @@ struct hb_font_t {
|
| {
|
| *x = get_glyph_h_advance (glyph) / 2;
|
|
|
| - /* TODO use font_metics.ascent */
|
| + /* TODO use font_metrics.ascent */
|
| *y = y_scale;
|
| }
|
|
|
|
|