This commit is contained in:
Behdad Esfahbod 2011-08-08 03:49:30 +02:00
parent 826e22732d
commit cc797e0d53
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -41,8 +41,6 @@ API to add (maybe after 1.0):
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
- Full matrix instead of scale?
- Add segmentation API
- Add hb-fribidi?

View File

@ -124,6 +124,8 @@ hb_shape_full (hb_font_t *font,
const char *shaper_options,
const char **shaper_list)
{
/* TODO
* This function, and shaper_list handling need to be redone. */
if (likely (!shaper_list))
shaper_list = static_shaper_list.shaper_list;