Hello Kangmin,
the generated C arrays (containing the content of the TTF files) are just for convenience - so it is possible to integrate the same TTF files into your binary as you has used during development.
But anyhow, the TrueType font engine (TTFE) interface is just an interface and you can implement that according to your needs. This means: Of course, you can integrate your own mechanism to provide the TTF information during runtime. Important is, that you register the font data (that you have loaded) by using the function EwTtfRegisterFont().
The integration of the FreeType2 font engine, which we include in our TTFE package - is also just a reference implementation. Feel free to use a completely different TrueType font engine.
I hope this answers your question.
Best regards,
Manfred.