| Index: third_party/harfbuzz-ng/src/hb-shaper-list.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-shaper-list.hh b/third_party/harfbuzz-ng/src/hb-shaper-list.hh
|
| index 6c537d492156fe3c926c8a484b0eb854e4acf5f5..b0835d31ab1e1d7cc4dad13a946432b1360f0ce9 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-shaper-list.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-shaper-list.hh
|
| @@ -46,6 +46,9 @@ HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */
|
| #ifdef HAVE_UNISCRIBE
|
| HB_SHAPER_IMPLEMENT (uniscribe)
|
| #endif
|
| +#ifdef HAVE_DIRECTWRITE
|
| +HB_SHAPER_IMPLEMENT (directwrite)
|
| +#endif
|
| #ifdef HAVE_CORETEXT
|
| HB_SHAPER_IMPLEMENT (coretext)
|
| #endif
|
|
|