harfbuzz / uharfbuzz

A HarfBuzz Python binding
Apache License 2.0
68 stars 25 forks source link

Raise on failure in Blob.from_file_path() #118

Closed khaledhosny closed 2 years ago

khaledhosny commented 2 years ago

By using hb_blob_create_from_file_or_fail() and raising when it returns NULL.

Fixes https://github.com/harfbuzz/uharfbuzz/issues/116

madig commented 2 years ago

Out of curiosity, does HB provide any more detail on why some operations fail?

khaledhosny commented 2 years ago

No, it doesn't.