pull/1/head
Behdad Esfahbod 14 years ago
parent 826e22732d
commit cc797e0d53
  1. 2
      TODO
  2. 2
      src/hb-shape.cc

@ -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?

@ -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;

Loading…
Cancel
Save