[GPOS] Remove printf. MarkMarkPos1 is working
The "bug" was in the font.
This commit is contained in:
parent
c7d457aa3a
commit
498f1909e0
|
@ -1018,7 +1018,6 @@ struct MarkMarkPosFormat1
|
||||||
|
|
||||||
if (HB_UNLIKELY (mark1_class >= classCount || mark2_index >= mark2_array.len))
|
if (HB_UNLIKELY (mark1_class >= classCount || mark2_index >= mark2_array.len))
|
||||||
return false;
|
return false;
|
||||||
printf ("here4\n");
|
|
||||||
|
|
||||||
hb_position_t mark1_x, mark1_y, mark2_x, mark2_y;
|
hb_position_t mark1_x, mark1_y, mark2_x, mark2_y;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue