Commit 63765a8f2af9d379f5571c359fb7133b35878924

Werner Lemberg 2017-01-01T10:43:41

[sfnt] Return correct number of named instances for TTCs. Without this patch, requesting information for face index N returned the data for face index N+1 (or index 0). * src/sfnt/sfobjs.c (sfnt_init_face): Correctly adjust `face_index' for negative `face_instance_index' values.