From 41aa02ae721ddfa96debf95a039567960164d534 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 29 Aug 2022 11:17:22 -0600 Subject: [PATCH] [layout] Improve get_feature_tags documentation Fixes https://github.com/harfbuzz/harfbuzz/issues/3798 --- src/hb-ot-layout.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index d575c0dd3..07ce9b88a 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -601,6 +601,8 @@ hb_ot_layout_table_select_script (hb_face_t *face, * @feature_tags: (out) (array length=feature_count): Array of feature tags found in the table * * Fetches a list of all feature tags in the given face's GSUB or GPOS table. + * Note that there might be duplicate feature tags, belonging to different + * script/language-system pairs of the table. * * Return value: Total number of feature tags. *