Why is the ttf dll separate and optional?

  • We actually embed the dlls into our exe file using Windows Resources, and check dates/extract them if they need to be updated. It actually works very well, although it's a little difficult to initially write the code to work with resources...