[ClassDef] Minor rename
This commit is contained in:
parent
8f632ca884
commit
2fecf2aa19
|
@ -2012,9 +2012,9 @@ struct ClassDefFormat2_4
|
||||||
if (g != HB_SET_VALUE_INVALID && glyphs->next (&g))
|
if (g != HB_SET_VALUE_INVALID && glyphs->next (&g))
|
||||||
intersect_classes->add (0);
|
intersect_classes->add (0);
|
||||||
|
|
||||||
for (const auto& record : rangeRecord)
|
for (const auto& range : rangeRecord)
|
||||||
if (record.intersects (*glyphs))
|
if (range.intersects (*glyphs))
|
||||||
intersect_classes->add (record.value);
|
intersect_classes->add (range.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue