[subset-cff] Minor rename

This commit is contained in:
Behdad Esfahbod 2022-11-24 14:02:46 -07:00
parent 29a0fa089a
commit d77f346d1a
1 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ struct str_encoder_t
//hb_memcpy (buff.arrayZ + offset, str, length);
}
bool is_error () const { return buff.in_error (); }
bool in_error () const { return buff.in_error (); }
protected:
@ -901,7 +901,7 @@ struct subr_subsetter_t
}
}
}
return !encoder.is_error ();
return !encoder.in_error ();
}
protected: