> using the latest harfbuzz version, I have this warning [...] > > ../src/autofit/afshaper.c:135:5: warning: 'hb_ot_tags_from_script' is > deprecated: Use 'hb_ot_tags_from_script_and_language' instead > [-Wdeprecated-declarations]
This is harmless but admittedly annoying. I didn't find the energy yet to fix it – do you want to give it a try? Here are some hints how to do it: https://github.com/harfbuzz/harfbuzz/issues/2737 Werner PS: I will review your mmap stuff soon.
