From bbeee84a7f048633b0aaa95aa6129871a3a22164 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 3 Aug 2019 13:47:55 +0430 Subject: [PATCH] [meta] Add metadata tags documentation from ot spec --- src/hb-ot-meta.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-meta.h b/src/hb-ot-meta.h index 7afad842..83fcc04a 100644 --- a/src/hb-ot-meta.h +++ b/src/hb-ot-meta.h @@ -35,8 +35,14 @@ HB_BEGIN_DECLS /** * hb_ot_meta_tag_t: + * @HB_OT_META_TAG_DESIGN_LANGUAGES: Design languages. Text, using only + * Basic Latin (ASCII) characters. Indicates languages and/or scripts + * for the user audiences that the font was primarily designed for. + * @HB_OT_META_TAG_SUPPORTED_LANGUAGES: Supported languages. Text, using + * only Basic Latin (ASCII) characters. Indicates languages and/or scripts + * that the font is declared to be capable of supporting. * - * From https://docs.microsoft.com/en-us/typography/opentype/spec/meta + * Known metadata tags from https://docs.microsoft.com/en-us/typography/opentype/spec/meta * * Since: REPLACEME **/ -- GitLab