提交 ff3a7ce1 编写于 作者: B Behdad Esfahbod

[subset] Minor

上级 42bf80e5
...@@ -1249,9 +1249,9 @@ struct ClassDefFormat1 ...@@ -1249,9 +1249,9 @@ struct ClassDefFormat1
hb_codepoint_t end = start + classValue.len; hb_codepoint_t end = start + classValue.len;
for (hb_codepoint_t g = start; g < end; g++) for (hb_codepoint_t g = start; g < end; g++)
{ {
if (!glyphset.has (g)) continue;
unsigned int value = classValue[g - start]; unsigned int value = classValue[g - start];
if (!value) continue; if (!value) continue;
if (!glyphset.has (g)) continue;
glyphs.push()->set (glyph_map[g]); glyphs.push()->set (glyph_map[g]);
klasses.push()->set (value); klasses.push()->set (value);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册