test/api/hb-subset-test.h


Log

Author Commit Date CI Message
Ebrahim Byagowi a0b4ac4d 2019-08-24T17:57:14 Turn 8 spaces to tab across the project According to the current code style of the project
rsheeter 96de9476 2019-05-24T11:22:41 Merge pull request #1722 from googlefonts/glyf [subset] Use iterators in glyf/loca subsetting
Qunxin Liu 993d81b9 2019-05-14T13:55:11 [subset] Add one ttf file with fvar/STAT tables to integration test Ignore gvar/MVAR/HVAR table add support for --nameIDs=* option
rsheeter 3a4c928f 2019-05-11T22:06:46 [subset] Fix glyf tests except hint stripping & local test asan
Qunxin Liu 6faac8df 2019-04-10T16:38:35 [subset] Subsetting Name Table Step 4 Add unit test and integration test
Garret Rieger 4f37ab63 2019-02-28T17:25:05 Make hb_subset_input_glyph_set () actually do something.
Behdad Esfahbod 967a204e 2018-12-01T19:28:17 Minor
Ebrahim Byagowi c110878c 2018-10-21T11:07:17 [test] Unify font file opening across the tests
Behdad Esfahbod 1d995a34 2018-10-11T15:42:54 Minor
Ebrahim Byagowi 4146c00c 2018-10-03T21:26:58 [test] Use an in-repo font for test-multithread (#1218) As Khaled's suggestion, hard-coded font paths was only for my own testing.
Ebrahim Byagowi 40301948 2018-09-22T17:24:03 Fix test-subset-* leak issues See also https://github.com/harfbuzz/harfbuzz/pull/1169
Behdad Esfahbod f39166f0 2018-08-29T18:09:55 [subset] Remove unused hb_subset_profile_t We might reintroduce it later, but for now remove, as it was unused. Some things that should have been in this object (drop_hints, etc) are already in hb_subset_input_t. So, for now, keep everything there.
Ebrahim Byagowi ce17340b 2018-04-20T10:29:06 Add hb_blob_create_from_file, a new API (#926)
Chun-wei Fan 831d4a2d 2018-03-12T13:48:55 test/api: Fix building subset tests Include stdbool.h in hb-setset-test.h instead of in the individual sources, if it is found; otherwise use a simplistic fallback for it if it is not found. Also declare variables at the top of the block, to build on pre-C99 compiliers.
Behdad Esfahbod 70ad69f2 2018-03-07T16:11:44 [test] Fix build with older glib
Rod Sheeter 9bd6d252 2018-02-23T13:05:58 [subset] clone trim logic from fonttools glyf handling
Rod Sheeter 4f07437d 2018-02-21T22:23:05 [subset] sketch out dropping in-glyf instructions. Sometimes yields differnet size glyphs than fonttools, possibly due to padding not being corrected
Behdad Esfahbod 0bff6991 2018-02-19T11:51:25 Ugh. Really fix build.
Behdad Esfahbod 0bd2d76b 2018-02-18T11:55:26 [test] Fix a couple of coverity_scan issues
Garret Rieger c36d015b 2018-02-16T17:02:15 [subset] missing return.
Behdad Esfahbod 7b5ce740 2018-02-16T15:37:22 Fix warnings
Rod Sheeter c7a633f9 2018-02-16T11:11:20 [subset] try to get more info from bot where g_assert_cmpmem fails
Rod Sheeter 0bb2d7ac 2018-02-16T06:26:02 [subset] fix int type for blob length in hb-subset-test.h
Garret Rieger e0ffebea 2018-02-14T16:01:08 [subset] In hb-subset-test use hb_set_union instead of manually copying set.
Garret Rieger e5edcc81 2018-02-14T11:17:53 [subset] Fix codepoint iteration in hb-subset-test.
Garret Rieger 8b1dbbef 2018-02-14T11:04:12 Fix compile error in hb-subset-test.
Rod Sheeter 89ee20f1 2018-02-12T16:01:15 basic wiring for a (failing) cmap test
Garret Rieger d8d8bd84 2018-02-12T13:33:55 [subset] Add some helper functions for writing tests around subsetting.