Lower coretext_aat shaper priority (#1488)
Related to https://github.com/harfbuzz/harfbuzz/issues/1478
This commit is contained in:
parent
e412008599
commit
244a8627f7
|
@ -34,10 +34,6 @@
|
||||||
/* Only picks up fonts that have a "Silf" table. */
|
/* Only picks up fonts that have a "Silf" table. */
|
||||||
HB_SHAPER_IMPLEMENT (graphite2)
|
HB_SHAPER_IMPLEMENT (graphite2)
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_CORETEXT
|
|
||||||
/* Only picks up fonts that have a "mort" or "morx" table. */
|
|
||||||
HB_SHAPER_IMPLEMENT (coretext_aat)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */
|
HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */
|
||||||
|
|
||||||
|
@ -49,6 +45,10 @@ HB_SHAPER_IMPLEMENT (directwrite)
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_CORETEXT
|
#ifdef HAVE_CORETEXT
|
||||||
HB_SHAPER_IMPLEMENT (coretext)
|
HB_SHAPER_IMPLEMENT (coretext)
|
||||||
|
|
||||||
|
/* Only picks up fonts that have a "mort" or "morx" table.
|
||||||
|
Probably going to be removed https://github.com/harfbuzz/harfbuzz/issues/1478 */
|
||||||
|
HB_SHAPER_IMPLEMENT (coretext_aat)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FALLBACK
|
#ifdef HAVE_FALLBACK
|
||||||
|
|
Loading…
Reference in New Issue