[trak] Coment
This commit is contained in:
parent
918b1ee54d
commit
4a3b20738f
|
@ -133,7 +133,6 @@ struct TrackData
|
||||||
if (!sizes) return 0.;
|
if (!sizes) return 0.;
|
||||||
if (sizes == 1) return trackTableEntry->get_value (base, 0, sizes);
|
if (sizes == 1) return trackTableEntry->get_value (base, 0, sizes);
|
||||||
|
|
||||||
/* TODO bfind() */
|
|
||||||
hb_array_t<const Fixed> size_table ((base+sizeTable).arrayZ, sizes);
|
hb_array_t<const Fixed> size_table ((base+sizeTable).arrayZ, sizes);
|
||||||
unsigned int size_index;
|
unsigned int size_index;
|
||||||
for (size_index = 0; size_index < sizes - 1; size_index++)
|
for (size_index = 0; size_index < sizes - 1; size_index++)
|
||||||
|
|
Loading…
Reference in New Issue