Aegisub/build/freetype2
Thomas Goyne b8f20dfe49 Add a custom stream IO implementation for Freetype
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%.
2014-06-26 16:50:54 -07:00
..
freetype.vcxproj Add a custom stream IO implementation for Freetype 2014-06-26 16:50:54 -07:00
freetype.vcxproj.filters Add a custom stream IO implementation for Freetype 2014-06-26 16:50:54 -07:00
ftsystem.cpp Add a custom stream IO implementation for Freetype 2014-06-26 16:50:54 -07:00