From d6d6f3bc225bab57c1ab29b41876c98ac4ec1e4d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 28 Oct 2018 11:41:33 -0700 Subject: [PATCH] [docs] Add comment --- src/hb-ot-font.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index 7a4516889..047c4eae5 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -47,7 +47,9 @@ * @short_description: OpenType font implementation * @include: hb-ot.h * - * Functions for using OpenType fonts with hb_shape(). + * Functions for using OpenType fonts with hb_shape(). Not that fonts returned + * by hb_font_create() default to using these functions, so most clients would + * never need to call these functions directly. **/