[Coverage] Minor type change

pull/3693/head
Behdad Esfahbod 3 years ago
parent b38587aa0b
commit afa65f2903
  1. 2
      src/OT/Layout/Common/CoverageFormat2.hh

@ -144,7 +144,7 @@ struct CoverageFormat2_4
{
for (const auto& range : rangeRecord)
{
unsigned last = range.last;
hb_codepoint_t last = range.last;
for (hb_codepoint_t g = range.first - 1;
glyphs.next (&g) && g <= last;)
intersect_glyphs << g;

Loading…
Cancel
Save