[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jan 11 17:01:36 UTC 2018
src/hb-aat-layout-morx-table.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e3b3379a04a67a22e44e17d6bf849359f4fca68
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Jan 11 18:01:10 2018 +0100
[aat] Actually fix d887f931485b715775e922516a4b0de5bb92c34f
diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh
index f13b55ca..0433f1f4 100644
--- a/src/hb-aat-layout-morx-table.hh
+++ b/src/hb-aat-layout-morx-table.hh
@@ -196,7 +196,7 @@ struct ContextualSubtable
HBUINT16 currentIndex; /* Index of the substitution table for the
* current glyph (use 0xFFFF for none). */
public:
- DEFINE_SIZE_MIN (4);
+ DEFINE_SIZE_STATIC (4);
};
inline bool apply (hb_apply_context_t *c) const
More information about the HarfBuzz
mailing list