mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[config] Fix build with HB_LEAN
Fixes https://github.com/harfbuzz/harfbuzz/issues/4997
This commit is contained in:
parent
1e629c3511
commit
3a7ebc320d
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,7 @@ hb_face_create_or_fail (hb_blob_t *blob,
|
|||
return face;
|
||||
}
|
||||
|
||||
#ifndef HB_NO_OPEN
|
||||
/**
|
||||
* hb_face_create_from_file_or_fail:
|
||||
* @file_name: A font filename
|
||||
|
@ -317,6 +318,7 @@ hb_face_create_from_file_or_fail (const char *file_name,
|
|||
|
||||
return face;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* hb_face_get_empty:
|
||||
|
|
Loading…
Add table
Reference in a new issue