kc3-lang/harfbuzz/test/api/test-ot-math.c

Branch :


Log

Author Commit Date CI Message
a0b4ac4d 2019-08-24 17:57:14 Turn 8 spaces to tab across the project According to the current code style of the project
87dd4bff 2019-05-30 11:26:17 [math] Rename HB_MATH_GLYPH_PART_FLAG_EXTENDER To HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER. Added a deprecated macro. Fixes https://github.com/harfbuzz/harfbuzz/issues/1734
f6ebe1f4 2018-09-22 17:05:52 Fix test-ot-math leak issue See also https://github.com/harfbuzz/harfbuzz/pull/1169
58cb4d9f 2018-07-11 16:44:21 Minor
a8a5e81a 2017-01-19 16:55:04 [test-ot-math] Add test with nil face/font
331d07bd 2017-01-19 16:51:36 Minor
b5ecf1bf 2017-01-19 16:50:29 Fix warnings
2f2ceee1 2017-01-19 16:48:01 Minor
1c98ff87 2016-09-30 18:15:37 Support building with older glib versions It is desirable to be able to build against older versions of glib. fd7a245 changed the configure check to require glib > 2.38 for G_TEST_DIST. Before that, version 2.16 was required, but in fact, since aafe395, G_PASTE is being used, which was introduced in 2.19.1. And since 0ef179e2, hb-glib uses GBytes, which were introduced in 2.31.10. 2.19.1 is rather old, but 2.38 is rather new. For Firefox, building against 2.22 is still supported, although we could probably get away with bumping that to 2.28. Either way, GBytes is not available. Arguably, if you build against a glib that doesn't support GBytes, you're not going to use the hb_glib_blob_create function, so we hide the function when building against such a glib. As for G_TEST_DIST, when building against versions of glib that don't support it, we can fallback to the previous behavior, which, AIUI, was just making the test not work when building in a separate directory.
46cc4a3a 2016-09-27 16:44:22 [MATH] Rename hb_math_*_t types to hb_ot_math_*_t With this, I believe MATH table API is not ready to be merged.
8d622f11 2016-09-27 13:53:34 Add tests for get_mathvariant (#329)
485e4873 2016-09-27 13:18:00 Add tests for hb_ot_math_get_glyph_variants (#328)
a5629a2e 2016-09-27 11:30:44 [MATH] Simplify test
edcfa789 2016-09-27 11:02:08 test-ot-math: Use different scales for vertical and horizontal directions and add test for hb_ot_math_get_min_connector_overlap. (#327)
cdc9eef7 2016-09-26 22:18:41 [MATH] Enable tests for glyph-assembly italics-correction
86106c75 2016-09-26 22:12:48 [MATH] Rename all API to hb_ot_math_*