mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[fvar] Add TODO
Fixing https://github.com/harfbuzz/harfbuzz/issues/1673
This commit is contained in:
parent
ba6db26b65
commit
b86a45ca55
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue