Blame patches/harfbuzz-2.1.3.local.patch
|
|
6e86bf |
diff -ru harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh
|
|
|
6e86bf |
--- harfbuzz-2.1.3.orig/src/hb-aat-layout-kerx-table.hh 2018-11-17 01:10:09.000000000 +0100
|
|
|
6e86bf |
+++ harfbuzz-2.1.3/src/hb-aat-layout-kerx-table.hh 2022-02-01 13:19:10.829775494 +0100
|
|
|
6e86bf |
@@ -897,7 +897,7 @@
|
|
|
6e86bf |
reverse = bool (st->u.header.coverage & st->u.header.Backwards) !=
|
|
|
6e86bf |
HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction);
|
|
|
6e86bf |
|
|
|
6e86bf |
- if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index))
|
|
|
6e86bf |
+ if (!c->buffer->message (c->font, "start %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index))
|
|
|
6e86bf |
goto skip;
|
|
|
6e86bf |
|
|
|
6e86bf |
if (!seenCrossStream &&
|
|
|
6e86bf |
@@ -927,7 +927,7 @@
|
|
|
6e86bf |
if (reverse)
|
|
|
6e86bf |
c->buffer->reverse ();
|
|
|
6e86bf |
|
|
|
6e86bf |
- (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (thiz()->tableTag), c->lookup_index);
|
|
|
6e86bf |
+ (void) c->buffer->message (c->font, "end %c%c%c%c subtable %d", HB_UNTAG (T::tableTag), c->lookup_index);
|
|
|
6e86bf |
|
|
|
6e86bf |
skip:
|
|
|
6e86bf |
st = &StructAfter<SubTable> (*st);
|