fixed failure with language-tags.tests
This commit is contained in:
parent
59fe379797
commit
6d9eb9c040
|
@ -1269,6 +1269,7 @@ struct cff1
|
||||||
{
|
{
|
||||||
if (!buf) return true;
|
if (!buf) return true;
|
||||||
if (unlikely (!is_valid ())) return false;
|
if (unlikely (!is_valid ())) return false;
|
||||||
|
if (is_CID()) return false;
|
||||||
hb_codepoint_t sid = glyph_to_sid (glyph);
|
hb_codepoint_t sid = glyph_to_sid (glyph);
|
||||||
byte_str_t byte_str;
|
byte_str_t byte_str;
|
||||||
const char *str;
|
const char *str;
|
||||||
|
|
Loading…
Reference in New Issue