Commit 09b9d63e56eb8dac50db9684cf5a77a84eb31a60

Khaled Hosny 2020-04-30T18:51:46

[blob] Try to support resource fork fonts on macOS If the size of opened file is zero, try opening resource fork by appending "/..namedfork/rsrc" to the file name. This is guarded with __APPLE__ ifdef and uses _PATH_RSRCFORKSPEC macro from sys/paths.h. Defining HB_NO_RESOURCE_FORK will disable this fallback. Fixes https://github.com/harfbuzz/harfbuzz/issues/2383