From 7f629c0df20a52fb9aabecb657552c0703b70c58 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 19 Apr 2023 13:16:18 -0600 Subject: [PATCH] [docs] clarify purpose of FreeType integration Fixes https://github.com/harfbuzz/harfbuzz/issues/4200 --- docs/usermanual-integration.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usermanual-integration.xml b/docs/usermanual-integration.xml index b74532054..e208370df 100644 --- a/docs/usermanual-integration.xml +++ b/docs/usermanual-integration.xml @@ -174,7 +174,9 @@ 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 hb-ft.h header.