..
fonts
[subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf
2020-02-05 16:13:10 +03:30
CMakeLists.txt
[test] Minor cleanup in test-multithread and test-ot-name ( #1256 )
2018-10-16 14:17:21 +03:30
hb-subset-test.h
Fix nullptr de-reference failure if both blobs in a subset test are 0 in size
2020-01-28 15:35:53 -05:00
hb-test.h
[subset] Cppcheck complaints
2019-05-24 10:39:56 -07:00
Makefile.am
[subset] Add COLR support
2020-01-28 15:35:53 -05:00
test-aat-layout.c
[test] minor, fix copyright
2019-05-28 13:54:45 +04:30
test-baseline.c
[base] Add hb_ot_layout_get_baseline API
2019-07-30 04:42:51 +04:30
test-blob.c
[test] Fix -Wunused-parameter warnings
2018-09-30 18:14:50 +02:00
test-buffer.c
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
test-c.c
[feat] Turn AAT feature id into enum
2018-11-25 01:16:02 -05:00
test-collect-unicodes.c
[cmap] Check GID before adding ranges in format 4 & 12
2019-10-29 02:09:13 +02:00
test-common.c
Rename hb-*private.hh to hb-*.hh
2018-08-25 22:36:36 -07:00
test-cplusplus.cc
Rename test/ to test/api/
2012-01-19 14:52:02 -05:00
test-draw.c
[draw][glyf] Implement quadratic to cubic call translation
2020-01-28 15:27:27 +03:30
test-font.c
[test] Don't call deprecated API
2019-05-13 14:34:53 -07:00
test-map.c
test/api: Fix building on pre-C99 compilers
2018-12-12 01:32:01 +08:00
test-multithread.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-object.c
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
test-ot-color.c
[test] Avoid alloca use as clang complain
2019-08-29 14:55:54 +04:30
test-ot-extents-cff.c
[ot-metrics] Don't use mixed scaled and not scaled for generating extents
2019-10-08 23:27:39 +03:30
test-ot-face.c
Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t
2020-01-28 13:24:49 +03:30
test-ot-glyphname.c
fixed api test test-ot-glyphname
2019-11-26 18:34:06 +00:00
test-ot-ligature-carets.c
Hook AAT's lcar to _get_ligature_carets
2018-11-08 23:06:26 +03:30
test-ot-math.c
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
test-ot-meta.c
Rename hb_ot_meta_get_entries() to +hb_ot_meta_get_entry_tags()
2019-08-13 21:02:47 -07:00
test-ot-metrics-tt-var.c
Implement gvar table and variable glyf
2019-10-06 08:58:40 +03:30
test-ot-metrics.c
[metrics] Make values match their enum type naming
2019-07-30 03:48:23 +04:30
test-ot-name.c
test/api: Fix building on pre-C99 compilers
2018-12-12 01:32:01 +08:00
test-ot-tag.c
Remove duplicated tests from test-ot-tag ( #1958 )
2019-09-06 12:24:32 -04:00
test-set.c
Add test for hb_set_del
2018-10-19 20:23:36 +03:30
test-shape.c
[test] Add test for aaa85931f3
2019-08-20 14:22:57 -07:00
test-subset-cff1.c
Implement subset --regain-gids option with CFF1/2
2019-01-31 14:16:37 -08:00
test-subset-cff2.c
Implement subset --regain-gids option with CFF1/2
2019-01-31 14:16:37 -08:00
test-subset-cmap.c
[subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf
2020-02-05 16:13:10 +03:30
test-subset-colr.c
Refactor to two iterators
2020-01-29 10:21:00 -05:00
test-subset-drop-tables.c
[subset] Add drop tables to subset input.
2019-05-20 13:35:46 -07:00
test-subset-glyf.c
Merge branch 'master' of https://github.com/harfbuzz/harfbuzz into glyf
2019-05-20 21:29:54 -07:00
test-subset-gpos.c
add api test
2020-01-23 10:50:52 -08:00
test-subset-gvar.c
add gvar & HVAR retain-gids test cases
2019-03-29 18:26:20 -07:00
test-subset-hdmx.c
[subset] WIP convert hdmx subsetting to use iterators.
2019-05-08 15:47:24 -07:00
test-subset-hmtx.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-subset-hvar.c
fix VarData serialize to remove unused data sets
2019-04-12 12:48:48 -07:00
test-subset-nameids.c
[subset] Add unit test for str de-dup
2019-04-26 15:24:47 -07:00
test-subset-os2.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-subset-post.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-subset-sbix.c
Add unittests
2020-01-15 13:36:01 -08:00
test-subset-vmtx.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-subset-vvar.c
added api test for subset VVAR & bug fix
2019-03-29 18:27:08 -07:00
test-subset.c
[test] Unify font file opening across the tests
2018-10-21 11:27:05 +03:30
test-unicode.c
Turn 8 spaces to tab across the project
2019-08-27 02:40:41 +04:30
test-version.c
Rename HB_VERSION_CHECK and hb_version_check to "atleast"
2014-06-20 14:09:57 -04:00