| Index: third_party/harfbuzz-ng/src/hb-font.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-font.h b/third_party/harfbuzz-ng/src/hb-font.h
|
| index 2b6ab50883fb5968676077e728ba94f4b7d3e720..8813286726b4a2e612cf83726f01d244afeb7dae 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-font.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-font.h
|
| @@ -604,6 +604,11 @@ hb_font_get_ppem (hb_font_t *font,
|
| unsigned int *y_ppem);
|
|
|
|
|
| +HB_EXTERN void
|
| +hb_font_set_var_coords_normalized (hb_font_t *font,
|
| + int *coords, /* XXX 2.14 normalized */
|
| + unsigned int coords_length);
|
| +
|
| HB_END_DECLS
|
|
|
| #endif /* HB_FONT_H */
|
|
|