From cf1a782a5ca82a880906cae3d4cb76b10ec2aad2 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 4 Jul 2019 21:06:59 +0200 Subject: [PATCH] Docs: fix a typo in function name --- docs/usermanual-fonts-and-faces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usermanual-fonts-and-faces.xml b/docs/usermanual-fonts-and-faces.xml index b87f0e5..1258bec 100644 --- a/docs/usermanual-fonts-and-faces.xml +++ b/docs/usermanual-fonts-and-faces.xml @@ -86,7 +86,7 @@ objects. hb_font_set_ppem(font, x_ppem, y_ppem) sets the pixels-per-EM value of the font. You can also set the point size of the font with - hb_font_set_ppem(font, ptem). HarfBuzz uses the + hb_font_set_ptem(font, ptem). HarfBuzz uses the industry standard 72 points per inch. -- 2.7.4