Docs: fix a typo in function name

This commit is contained in:
Simon Sapin 2019-07-04 21:06:59 +02:00 committed by Behdad Esfahbod
parent ffa736f151
commit cf1a782a5c
1 changed files with 1 additions and 1 deletions

View 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>