提交 7298716a 编写于 作者: B Behdad Esfahbod

[config] Compile out modified combining-class if HB_NO_OT_SHAPE

Part of https://github.com/harfbuzz/harfbuzz/issues/1652
上级 1cdd0fa6
...@@ -453,6 +453,7 @@ hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs, ...@@ -453,6 +453,7 @@ hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs,
#endif #endif
#ifndef HB_NO_OT_SHAPE
/* See hb-unicode.hh for details. */ /* See hb-unicode.hh for details. */
const uint8_t const uint8_t
_hb_modified_combining_class[256] = _hb_modified_combining_class[256] =
...@@ -565,6 +566,7 @@ _hb_modified_combining_class[256] = ...@@ -565,6 +566,7 @@ _hb_modified_combining_class[256] =
241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254,
255, /* HB_UNICODE_COMBINING_CLASS_INVALID */ 255, /* HB_UNICODE_COMBINING_CLASS_INVALID */
}; };
#endif
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册