From 3be9fa07f65130b3b534095d0c6cb2b36b85acdd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Dec 2022 10:14:51 -0500 Subject: [PATCH] [docs] Mention new font-funcs in the user manual --- docs/usermanual-fonts-and-faces.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/usermanual-fonts-and-faces.xml b/docs/usermanual-fonts-and-faces.xml index abf5dc2b4..6dade2f79 100644 --- a/docs/usermanual-fonts-and-faces.xml +++ b/docs/usermanual-fonts-and-faces.xml @@ -55,7 +55,7 @@ shaping. The typeface must be set to a specific point size in order for some details (such as hinting) to work. In addition, if the font file in question is an OpenType Variable Font, then - you may need to specify one or variation-axis settings (or a + you may need to specify one or more variation-axis settings (or a named instance) in order to get the output you need. @@ -256,6 +256,18 @@ hb_font_get_glyph_from_name_func_t: returns the glyph index that corresponds to a given glyph name. + + + + + hb_font_draw_glyph_func_t: gets the outlines + of a glyph (by calling #hb_draw_funcs_t callbacks). + + + + + hb_font_paint_glyph_func_t: paints a glyph + (by calling #hb_paint_funcs_t callbacks).