From 992953fd3e9b721e8ef5ebf3cb0044b92833e510 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 28 Mar 2024 23:12:21 +0000 Subject: [PATCH] [subset] updated comment. --- src/OT/Layout/GDEF/GDEF.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OT/Layout/GDEF/GDEF.hh b/src/OT/Layout/GDEF/GDEF.hh index e9fd31529..317b96c71 100644 --- a/src/OT/Layout/GDEF/GDEF.hh +++ b/src/OT/Layout/GDEF/GDEF.hh @@ -666,6 +666,7 @@ struct GDEFVersion1_2 // Push var store first (if it's needed) so that it's last in the // serialization order. Some font consumers assume that varstore runs to // the end of the GDEF table. + // See: https://github.com/harfbuzz/harfbuzz/issues/4636 auto snapshot_version0 = c->serializer->snapshot (); if (unlikely (version.to_int () >= 0x00010002u && !c->serializer->embed (markGlyphSetsDef))) return_trace (false);