harfbuzz/test
Behdad Esfahbod 0fd8c2f1be [API] Make get_glyph() callback return a boolean
We need to know whether the glyph exists, so we can fallback to
composing / decomposing.  Assuming that glyph==0 means "doesn't exist"
wouldn't work for applications like Pango that want to use different
"doesn't exist" glyph codes for different characters.  An explicit
return value fixes that.
2011-05-12 15:14:13 -04:00
..
Makefile.am [test/shape] Add simplest test for hb_shape() 2011-05-12 01:39:17 -04:00
Makefile.decl Add an in-tree test suite 2011-04-11 12:46:49 -04:00
hb-test.h [test] Always initialize gthread such that our mutex() stuff is tested 2011-05-10 19:11:52 -04:00
test-blob.c [test/blob] Use MAP_ANON instead of MAP_ANONYMOUS 2011-05-12 10:49:30 -04:00
test-buffer.c [test/font] Start adding tests for hb-font.h 2011-05-11 22:58:54 -04:00
test-c.c [test/unicode] Use text fixture instead of static variables 2011-04-29 12:12:37 -04:00
test-common.c [API] Add hb_language_get_default() 2011-05-06 00:05:08 -04:00
test-cplusplus.cc [test/unicode] Use text fixture instead of static variables 2011-04-29 12:12:37 -04:00
test-font.c [API] Make get_glyph() callback return a boolean 2011-05-12 15:14:13 -04:00
test-object.c [API] Rename hb_face_create_for_data() to hb_face_create() 2011-05-11 22:49:29 -04:00
test-shape.c [API] Make get_glyph() callback return a boolean 2011-05-12 15:14:13 -04:00
test-unicode.c [test/font] Start adding tests for hb-font.h 2011-05-11 22:58:54 -04:00