[docs] clarify purpose of FreeType integration

Fixes https://github.com/harfbuzz/harfbuzz/issues/4200
This commit is contained in:
Behdad Esfahbod 2023-04-19 13:16:18 -06:00
parent 19e1b698c5
commit 7f629c0df2
1 changed files with 3 additions and 1 deletions

View File

@ -174,7 +174,9 @@
<para>
HarfBuzz provides integration points with FreeType at the
face-object and font-object level and for the font-functions
virtual-method structure of a font object. To use the
virtual-method structure of a font object. These functions
make it easy for clients that use FreeType for rasterization
or font-loading, to use HarfBuzz for shaping. To use the
FreeType-integration API, include the
<filename>hb-ft.h</filename> header.
</para>