m Move HB_SCRIPT_MYANMAR_ZAWGYI
This commit is contained in:
parent
c55bf55154
commit
a3c35aee30
@ -265,8 +265,9 @@ hb_ot_shape_complex_categorize (const hb_ot_shape_planner_t *planner)
|
|||||||
return &_hb_ot_complex_shaper_myanmar;
|
return &_hb_ot_complex_shaper_myanmar;
|
||||||
|
|
||||||
|
|
||||||
/* https://github.com/harfbuzz/harfbuzz/issues/1162 */
|
#define HB_SCRIPT_MYANMAR_ZAWGYI ((hb_script_t) HB_TAG ('Q','a','a','g'))
|
||||||
case HB_SCRIPT_MYANMAR_ZAWGYI:
|
case HB_SCRIPT_MYANMAR_ZAWGYI:
|
||||||
|
/* https://github.com/harfbuzz/harfbuzz/issues/1162 */
|
||||||
|
|
||||||
return &_hb_ot_complex_shaper_myanmar_zawgyi;
|
return &_hb_ot_complex_shaper_myanmar_zawgyi;
|
||||||
|
|
||||||
|
@ -444,14 +444,6 @@ static_assert ((sizeof (hb_mask_t) == 4), "");
|
|||||||
static_assert ((sizeof (hb_var_int_t) == 4), "");
|
static_assert ((sizeof (hb_var_int_t) == 4), "");
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* For lack of a better place, put Zawgyi script hack here.
|
|
||||||
* https://github.com/harfbuzz/harfbuzz/issues/1162
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define HB_SCRIPT_MYANMAR_ZAWGYI ((hb_script_t) HB_TAG ('Q','a','a','g'))
|
|
||||||
|
|
||||||
|
|
||||||
/* Headers we include for everyone. Keep topologically sorted by dependency.
|
/* Headers we include for everyone. Keep topologically sorted by dependency.
|
||||||
* They express dependency amongst themselves, but no other file should include
|
* They express dependency amongst themselves, but no other file should include
|
||||||
* them directly.*/
|
* them directly.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user