[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))
|
||||
intersect_classes->add (0);
|
||||
|
||||
for (const auto& record : rangeRecord)
|
||||
if (record.intersects (*glyphs))
|
||||
intersect_classes->add (record.value);
|
||||
for (const auto& range : rangeRecord)
|
||||
if (range.intersects (*glyphs))
|
||||
intersect_classes->add (range.value);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue