Closed khaledhosny closed 2 years ago
By using hb_blob_create_from_file_or_fail() and raising when it returns NULL.
hb_blob_create_from_file_or_fail()
NULL
Fixes https://github.com/harfbuzz/uharfbuzz/issues/116
Out of curiosity, does HB provide any more detail on why some operations fail?
No, it doesn't.
By using
hb_blob_create_from_file_or_fail()
and raising when it returnsNULL
.Fixes https://github.com/harfbuzz/uharfbuzz/issues/116