test/test-font.c


Log

Author Commit Date CI Message
Behdad Esfahbod 2d8ebcb9 2011-05-25T11:27:33 [API] One last font-funcs API change Now that vertical text works correctly, I'm doing a last round modification of the font-funcs API to simplify. Expect no more changes around here.
Behdad Esfahbod d3169129 2011-05-25T11:01:32 [test] Update to API changes
Behdad Esfahbod 744970af 2011-05-16T18:15:37 [API] Add support for vertical text Design not final yet, and in fact I'm going to change it immediately, but this is an standalone change for itself.
Behdad Esfahbod 7fc5a30c 2011-05-12T17:48:20 [API] Add hb_face_make/is_immutable()
Behdad Esfahbod 0fd8c2f1 2011-05-12T15:14:13 [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.
Behdad Esfahbod f2c1dd4f 2011-05-12T00:35:12 [test/font] Test font_funcs subclassing
Behdad Esfahbod 14f1e81b 2011-05-12T00:18:28 [test/font] Test empty funcs
Behdad Esfahbod 2ca0b5ae 2011-05-11T23:57:36 [test/font] Test more
Behdad Esfahbod 7033518f 2011-05-11T23:31:15 [API] Pass face to get_table()
Behdad Esfahbod ea93e7b2 2011-05-11T23:22:55 [test/font] More tests
Behdad Esfahbod cdb15317 2011-05-11T23:12:58 [test/font] More tests
Behdad Esfahbod 74d9fa3d 2011-05-11T23:07:47 [test/font] More get_empty() tests
Behdad Esfahbod db9f4eb4 2011-05-11T23:06:02 [test/font] Test get_face() / get_parent()
Behdad Esfahbod 606923bb 2011-05-11T23:05:02 [test/font] Add test_font_properties()
Behdad Esfahbod da603e80 2011-05-11T22:52:35 [test/font] Start adding tests for hb-font.h