From 52ccdc78e67b57645a83c6a55268dc19bf562e04 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Oct 2021 14:56:13 -0400 Subject: [PATCH] docs: Add a link to the OpenType spec Link to the name table specification in the hb_ot_name_id_t docs. --- src/hb-ot-name.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-name.h b/src/hb-ot-name.h index 5ee322db2..1ea4b55e5 100644 --- a/src/hb-ot-name.h +++ b/src/hb-ot-name.h @@ -69,7 +69,8 @@ HB_BEGIN_DECLS * There are predefined name IDs, as well as name IDs return from other * API. These can be used to fetch name strings from a font face. * - * For more information on these fields, see the OpenType spec. + * For more information on these fields, see the + * [OpenType spec](https://docs.microsoft.com/en-us/typography/opentype/spec/name#name-ids). * * Since: 2.0.0 **/