b8f20dfe49
Freetype expects its IO to perform like mmap (i.e. seeking to be free), but the non-unix implementation uses fseek and fread. This implementation simply reads the entire file into a buffer, as fonts generally aren't very big. Cuts the time to recreate the fontconfig cache on my machine by about 60%. |
||
---|---|---|
.. | ||
freetype.vcxproj | ||
freetype.vcxproj.filters | ||
ftsystem.cpp |