Minor
This commit is contained in:
parent
826e22732d
commit
cc797e0d53
2
TODO
2
TODO
|
@ -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…
Reference in New Issue