[fvar] Add TODO

Fixing https://github.com/harfbuzz/harfbuzz/issues/1673
This commit is contained in:
Behdad Esfahbod 2021-07-22 11:46:44 -07:00
parent ba6db26b65
commit b86a45ca55
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ struct fvar
{
unsigned i;
auto axes = get_axes ();
/* TODO bfind() for larger array? Should then look back to find first entry for tag. */
return axes.lfind (tag, &i) && (axes[i].get_axis_info (i, info), true);
}