mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/cff] Minor use hb_len()
This commit is contained in:
parent
377ccb31e1
commit
27299e0d20
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ struct CFFIndex
|
|||
|
||||
/* serialize CFFIndex header */
|
||||
if (unlikely (!c->extend_min (this))) return_trace (false);
|
||||
this->count = it.len ();
|
||||
this->count = hb_len (it);
|
||||
if (!this->count) return_trace (true);
|
||||
if (unlikely (!c->extend (this->offSize))) return_trace (false);
|
||||
this->offSize = off_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue