Hi,<br><br>I notice that freetype is making a lot of small reads, resulting in a lot of SYS_read calls.  I'm using freetype in an app that runs in a ptrace sandbox.  Is there a simple way to prevent the numerous small reads (via ft_ansi_stream_io), such as configuring freetype to prefetch into a large buffer when reading, and making it assume that font files never change?  If there is no simple config change, I'll probably have to do this with some code change.  Thanks!<br>
<br>Josh<br><br>