mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[face] Review
This commit is contained in:
parent
1e812e43b3
commit
9e639e676a
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue