[face] Review

This commit is contained in:
Behdad Esfahbod 2025-03-09 05:10:50 -06:00
parent 1e812e43b3
commit 9e639e676a
2 changed files with 3 additions and 2 deletions

View file

@ -349,7 +349,8 @@ static struct supported_face_loaders_t {
* @loader_name: (nullable): The name of the loader to use, or `NULL`
*
* A thin wrapper around the face loader functions registered with HarfBuzz.
* If @loader_name is `NULL`, the first available loader is used.
* If @loader_name is `NULL` or the empty string, the first available loader
* is used.
*
* For example, the FreeType ("ft") loader might be able to load
* .woff and .woff2 files if FreeType is built with those features,

View file

@ -2329,7 +2329,7 @@ static struct supported_font_funcs_t {
* Sets the font-functions structure to use for a font, based on the
* specified name.
*
* If @name is `NULL` or empty string, the default (first) functioning font-functions
* If @name is `NULL` or the empty string, the default (first) functioning font-functions
* are used. This default can be changed by setting the `HB_FONT_FUNCS` environment
* variable to the name of the desired font-functions.
*