In `open_face_from_buffer` it is possible that a driver is requested but FreeType was built without the requested module. Return an error in this case to indicate that the request could not be satisfied, rather than trying all existing driver modules. * src/base/ftobjs.c (open_face_from_buffer): Return `FT_Err_Missing_Module` if a driver is specified but not found.apodtele-master-patch-38950
parent
a297feab0e
commit
188019eb70
1 changed files with 16 additions and 9 deletions
Loading…
Reference in new issue