Hi all, while going through the code I found out that in file `src/base/ftobjs.c` in the function `ft_open_face_internal`, if the driver is not specified in the `FT_Open_Args' instance variable then it tries to open_face from all the installed available drivers for appropriate formats. Isn't this an extra overhead? Can't we to determine the driver from its filename extension?
Thank you -- Parth
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
