From d015e9016c4c4028996ba6ea2be11756963d2a2c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 12 Jan 2023 18:50:16 -0700 Subject: [PATCH] [ms-features] Comment --- src/hb-ms-feature-ranges.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hb-ms-feature-ranges.hh b/src/hb-ms-feature-ranges.hh index 46a20c91e..f7649ab76 100644 --- a/src/hb-ms-feature-ranges.hh +++ b/src/hb-ms-feature-ranges.hh @@ -30,6 +30,9 @@ #include "hb.hh" +/* Variations of this code exist in hb-coretext.cc as well + * as hb-aat-map.cc... */ + typedef struct hb_ms_feature_t { uint32_t tag_le; uint32_t value;