Docs: fix a typo in function name
authorSimon Sapin <simon.sapin@exyr.org>
Thu, 4 Jul 2019 19:06:59 +0000 (21:06 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 5 Jul 2019 15:10:11 +0000 (08:10 -0700)
docs/usermanual-fonts-and-faces.xml

index b87f0e5..1258bec 100644 (file)
@@ -86,7 +86,7 @@
       objects. <function>hb_font_set_ppem(font, x_ppem,
       y_ppem)</function> sets the pixels-per-EM value of the font. You
       can also set the point size of the font with
-      <function>hb_font_set_ppem(font, ptem)</function>. HarfBuzz uses the
+      <function>hb_font_set_ptem(font, ptem)</function>. HarfBuzz uses the
       industry standard 72 points per inch.
     </para>
     <para>